#062157

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

Shades of Sapphire #062157

Tints of Sapphire #062157

Color information

#062157 (or 0x062157) is unknown color: approx Sapphire. HEX triplet: 06, 21 and 57. RGB value is (6,33,87). Sum of RGB (Red+Green+Blue) = 6+33+87=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 87 (34.38% from 255 or 69.05% from 126); Max value from RGB is 87 - color contains mainly: blue. Hex color #062157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062157 is #F9DEA8. Grayscale: #1E1E1E. Windows color (decimal): -16375465 or 5710086. OLE color: 5710086.

HSL color Cylindrical-coordinate representation of color #062157: hue angle of 220º 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 #062157 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB63387-
CMYK0.930.6200.66
HSL220º87.1%18.24%-
HSV(B)220º93.1%34.12%-
XYZ2.341.819.24-
YUV31.08159.55110.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.76%
GREEN value IS 33 (13.28% from 255) = 26.19%
BLUE value IS 87 (34.38% from 255) = 69.05%
R=4.76%
G=26.19%
B=69.05%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal633870.930.6200.6622087.118.24
Hex621575D3E042dc5712
Octal64112713576010233412722
Binary110100001101011110111011111100100001011011100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062157; }

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

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

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

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

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

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

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

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