#062177

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

Shades of Sapphire #062177

Tints of Sapphire #062177

Color information

#062177 (or 0x062177) is unknown color: approx Sapphire. HEX triplet: 06, 21 and 77. RGB value is (6,33,119). Sum of RGB (Red+Green+Blue) = 6+33+119=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 119 (46.88% from 255 or 75.32% from 158); Max value from RGB is 119 - color contains mainly: blue. Hex color #062177 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062177 is #F9DE88. Grayscale: #222222. Windows color (decimal): -16375433 or 7807238. OLE color: 7807238.

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

Color convert

RGB633119-
CMYK0.950.7200.53
HSL225.66º90.4%24.51%-
HSV(B)225.66º94.96%46.67%-
XYZ3.952.4617.72-
YUV34.73175.55107.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.80%
GREEN value IS 33 (13.28% from 255) = 20.89%
BLUE value IS 119 (46.88% from 255) = 75.32%
R=3.80%
G=20.89%
B=75.32%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6331190.950.7200.53225.6690.424.51
Hex621775F48035e25a19
Octal64116713711006534213231
Binary110100001111011110111111001000011010111100010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062177; }

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

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

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

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

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

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

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

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