#072B79

Color #072B79 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #072B79

Tints of Sapphire #072B79

Color information

#072B79 (or 0x072B79) is unknown color: approx Sapphire. HEX triplet: 07, 2B and 79. RGB value is (7,43,121). Sum of RGB (Red+Green+Blue) = 7+43+121=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 43 (17.19% from 255 or 25.15% from 171); Blue value is 121 (47.66% from 255 or 70.76% from 171); Max value from RGB is 121 - color contains mainly: blue. Hex color #072B79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072B79 is #F8D486. Grayscale: #282828. Windows color (decimal): -16307335 or 7940871. OLE color: 7940871.

HSL color Cylindrical-coordinate representation of color #072B79: hue angle of 221.05º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072B79 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB743121-
CMYK0.940.6400.53
HSL221.05º89.06%25.1%-
HSV(B)221.05º94.21%47.45%-
XYZ4.43.1518.47-
YUV41.13173.07103.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 4.09%
GREEN value IS 43 (17.19% from 255) = 25.15%
BLUE value IS 121 (47.66% from 255) = 70.76%
R=4.09%
G=25.15%
B=70.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7431210.940.6400.53221.0589.0625.1
Hex72B795E40035dd5919
Octal75317113610006533513131
Binary111101011111100110111101000000011010111011101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072B79; }

 p { color: rgb(7,43,121); }

 H1.HeaderClassName
 {
   color: #072B79;
 }
 .AnyTagClassName
 {
   color: #072B79;
 }
</style>
background-color css

<style>
 a { background-color: #072B79; }

 a { background-color: rgb(7,43,121); }

 div.DivClassName
 {
   background-color: #072B79;
 }
 .BgClassName
 {
   background-color: #072B79;
 }
</style>
border-color css

<style>
 span { border-color: #072B79; }

 span { border-color: rgb(7,43,121); }

 td.TdClassName
 {
   border-color: #072B79;
 }
 .TagClassName
 {
   border-color: #072B79;
 }
</style>