#062477

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

Shades of Sapphire #062477

Tints of Sapphire #062477

Color information

#062477 (or 0x062477) is unknown color: approx Sapphire. HEX triplet: 06, 24 and 77. RGB value is (6,36,119). Sum of RGB (Red+Green+Blue) = 6+36+119=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 119 (46.88% from 255 or 73.91% from 161); Max value from RGB is 119 - color contains mainly: blue. Hex color #062477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062477 is #F9DB88. Grayscale: #242424. Windows color (decimal): -16374665 or 7808006. OLE color: 7808006.

HSL color Cylindrical-coordinate representation of color #062477: hue angle of 224.07º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062477 is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB636119-
CMYK0.950.7000.53
HSL224.07º90.4%24.51%-
HSV(B)224.07º94.96%46.67%-
XYZ4.042.6317.75-
YUV36.49174.56106.25-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.73%
GREEN value IS 36 (14.45% from 255) = 22.36%
BLUE value IS 119 (46.88% from 255) = 73.91%
R=3.73%
G=22.36%
B=73.91%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6361190.950.7000.53224.0790.424.51
Hex624775F46035e05a19
Octal64416713710606534013231
Binary110100100111011110111111000110011010111100000101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062477; }

 p { color: rgb(6,36,119); }

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

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

 a { background-color: rgb(6,36,119); }

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

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

 span { border-color: rgb(6,36,119); }

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