#062054

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

Shades of Sapphire #062054

Tints of Sapphire #062054

Color information

#062054 (or 0x062054) is unknown color: approx Sapphire. HEX triplet: 06, 20 and 54. RGB value is (6,32,84). Sum of RGB (Red+Green+Blue) = 6+32+84=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 84 (33.20% from 255 or 68.85% from 122); Max value from RGB is 84 - color contains mainly: blue. Hex color #062054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062054 is #F9DFAB. Grayscale: #1D1D1D. Windows color (decimal): -16375724 or 5513222. OLE color: 5513222.

HSL color Cylindrical-coordinate representation of color #062054: hue angle of 220º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062054 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB63284-
CMYK0.930.6200.67
HSL220º86.67%17.65%-
HSV(B)220º92.86%32.94%-
XYZ2.191.718.6-
YUV30.15158.39110.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.92%
GREEN value IS 32 (12.89% from 255) = 26.23%
BLUE value IS 84 (33.20% from 255) = 68.85%
R=4.92%
G=26.23%
B=68.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal632840.930.6200.6722086.6717.65
Hex620545D3E043dc5712
Octal64012413576010333412722
Binary110100000101010010111011111100100001111011100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062054; }

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

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

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

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

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

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

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

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