#072A66

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

Shades of Sapphire #072A66

Tints of Sapphire #072A66

Color information

#072A66 (or 0x072A66) is unknown color: approx Sapphire. HEX triplet: 07, 2A and 66. RGB value is (7,42,102). Sum of RGB (Red+Green+Blue) = 7+42+102=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 102 (40.23% from 255 or 67.55% from 151); Max value from RGB is 102 - color contains mainly: blue. Hex color #072A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072A66 is #F8D599. Grayscale: #262626. Windows color (decimal): -16307610 or 6695431. OLE color: 6695431.

HSL color Cylindrical-coordinate representation of color #072A66: hue angle of 217.89º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072A66 is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB742102-
CMYK0.930.5900.6
HSL217.89º87.16%21.37%-
HSV(B)217.89º93.14%40%-
XYZ3.312.6612.91-
YUV38.38163.9105.62-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.64%
GREEN value IS 42 (16.80% from 255) = 27.81%
BLUE value IS 102 (40.23% from 255) = 67.55%
R=4.64%
G=27.81%
B=67.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal7421020.930.5900.6217.8987.1621.37
Hex72A665D3B03Cda5715
Octal7521461357307433212725
Binary11110101011001101011101111011011110011011010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,42,102); }

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

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

 a { background-color: rgb(7,42,102); }

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

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

 span { border-color: rgb(7,42,102); }

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