#062057

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

Shades of Sapphire #062057

Tints of Sapphire #062057

Color information

#062057 (or 0x062057) is unknown color: approx Sapphire. HEX triplet: 06, 20 and 57. RGB value is (6,32,87). Sum of RGB (Red+Green+Blue) = 6+32+87=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 87 (34.38% from 255 or 69.6% from 125); Max value from RGB is 87 - color contains mainly: blue. Hex color #062057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062057 is #F9DFA8. Grayscale: #1E1E1E. Windows color (decimal): -16375721 or 5709830. OLE color: 5709830.

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

Color convert

RGB63287-
CMYK0.930.6300.66
HSL220.74º87.1%18.24%-
HSV(B)220.74º93.1%34.12%-
XYZ2.311.769.23-
YUV30.5159.89110.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.8%
GREEN value IS 32 (12.89% from 255) = 25.6%
BLUE value IS 87 (34.38% from 255) = 69.6%
R=4.8%
G=25.6%
B=69.6%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal632870.930.6300.66220.7487.118.24
Hex620575D3F042dd5712
Octal64012713577010233512722
Binary110100000101011110111011111110100001011011101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062057; }

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

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

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

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

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

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

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

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