#062077

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

Shades of Sapphire #062077

Tints of Sapphire #062077

Color information

#062077 (or 0x062077) is unknown color: approx Sapphire. HEX triplet: 06, 20 and 77. RGB value is (6,32,119). Sum of RGB (Red+Green+Blue) = 6+32+119=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 119 (46.88% from 255 or 75.80% from 157); Max value from RGB is 119 - color contains mainly: blue. Hex color #062077 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062077 is #F9DF88. Grayscale: #212121. Windows color (decimal): -16375689 or 7806982. OLE color: 7806982.

HSL color Cylindrical-coordinate representation of color #062077: hue angle of 226.19º 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 #062077 is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB632119-
CMYK0.950.7300.53
HSL226.19º90.4%24.51%-
HSV(B)226.19º94.96%46.67%-
XYZ3.922.417.71-
YUV34.14175.89107.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.82%
GREEN value IS 32 (12.89% from 255) = 20.38%
BLUE value IS 119 (46.88% from 255) = 75.80%
R=3.82%
G=20.38%
B=75.80%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6321190.950.7300.53226.1990.424.51
Hex620775F49035e25a19
Octal64016713711106534213231
Binary110100000111011110111111001001011010111100010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062077; }

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

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

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

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

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

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

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

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