#062576

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

Shades of Sapphire #062576

Tints of Sapphire #062576

Color information

#062576 (or 0x062576) is unknown color: approx Sapphire. HEX triplet: 06, 25 and 76. RGB value is (6,37,118). Sum of RGB (Red+Green+Blue) = 6+37+118=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 118 (46.48% from 255 or 73.29% from 161); Max value from RGB is 118 - color contains mainly: blue. Hex color #062576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062576 is #F9DA89. Grayscale: #242424. Windows color (decimal): -16374410 or 7742726. OLE color: 7742726.

HSL color Cylindrical-coordinate representation of color #062576: hue angle of 223.39º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062576 is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB637118-
CMYK0.950.6900.54
HSL223.39º90.32%24.31%-
HSV(B)223.39º94.92%46.27%-
XYZ4.012.6717.44-
YUV36.96173.73105.91-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.73%
GREEN value IS 37 (14.84% from 255) = 22.98%
BLUE value IS 118 (46.48% from 255) = 73.29%
R=3.73%
G=22.98%
B=73.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6371180.950.6900.54223.3990.3224.31
Hex625765F45036df5a18
Octal64516613710506633713230
Binary110100101111011010111111000101011011011011111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062576; }

 p { color: rgb(6,37,118); }

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

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

 a { background-color: rgb(6,37,118); }

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

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

 span { border-color: rgb(6,37,118); }

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