#062176

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

Shades of Sapphire #062176

Tints of Sapphire #062176

Color information

#062176 (or 0x062176) is unknown color: approx Sapphire. HEX triplet: 06, 21 and 76. RGB value is (6,33,118). Sum of RGB (Red+Green+Blue) = 6+33+118=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 118 (46.48% from 255 or 75.16% from 157); Max value from RGB is 118 - color contains mainly: blue. Hex color #062176 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062176 is #F9DE89. Grayscale: #222222. Windows color (decimal): -16375434 or 7741702. OLE color: 7741702.

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

Color convert

RGB633118-
CMYK0.950.7200.54
HSL225.54º90.32%24.31%-
HSV(B)225.54º94.92%46.27%-
XYZ3.892.4317.4-
YUV34.62175.05107.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.82%
GREEN value IS 33 (13.28% from 255) = 21.02%
BLUE value IS 118 (46.48% from 255) = 75.16%
R=3.82%
G=21.02%
B=75.16%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6331180.950.7200.54225.5490.3224.31
Hex621765F48036e25a18
Octal64116613711006634213230
Binary110100001111011010111111001000011011011100010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062176; }

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

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

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

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

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

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

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

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