#072962

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

Shades of Sapphire #072962

Tints of Sapphire #072962

Color information

#072962 (or 0x072962) is unknown color: approx Sapphire. HEX triplet: 07, 29 and 62. RGB value is (7,41,98). Sum of RGB (Red+Green+Blue) = 7+41+98=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 98 (38.67% from 255 or 67.12% from 146); Max value from RGB is 98 - color contains mainly: blue. Hex color #072962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072962 is #F8D69D. Grayscale: #252525. Windows color (decimal): -16307870 or 6433031. OLE color: 6433031.

HSL color Cylindrical-coordinate representation of color #072962: hue angle of 217.58º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072962 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB74198-
CMYK0.930.5800.62
HSL217.58º86.67%20.59%-
HSV(B)217.58º92.86%38.43%-
XYZ3.092.5111.88-
YUV37.33162.24106.37-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.79%
GREEN value IS 41 (16.41% from 255) = 28.08%
BLUE value IS 98 (38.67% from 255) = 67.12%
R=4.79%
G=28.08%
B=67.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal741980.930.5800.62217.5886.6720.59
Hex729625D3A03Eda5715
Octal7511421357207633212725
Binary11110100111000101011101111010011111011011010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072962; }

 p { color: rgb(7,41,98); }

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

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

 a { background-color: rgb(7,41,98); }

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

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

 span { border-color: rgb(7,41,98); }

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