#062870

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

Shades of Sapphire #062870

Tints of Sapphire #062870

Color information

#062870 (or 0x062870) is unknown color: approx Sapphire. HEX triplet: 06, 28 and 70. RGB value is (6,40,112). Sum of RGB (Red+Green+Blue) = 6+40+112=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 112 (44.14% from 255 or 70.89% from 158); Max value from RGB is 112 - color contains mainly: blue. Hex color #062870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062870 is #F9D78F. Grayscale: #252525. Windows color (decimal): -16373648 or 7350278. OLE color: 7350278.

HSL color Cylindrical-coordinate representation of color #062870: hue angle of 220.75º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062870 is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB640112-
CMYK0.950.6400.56
HSL220.75º89.83%23.14%-
HSV(B)220.75º94.64%43.92%-
XYZ3.762.7315.66-
YUV38.04169.74105.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.80%
GREEN value IS 40 (16.02% from 255) = 25.32%
BLUE value IS 112 (44.14% from 255) = 70.89%
R=3.80%
G=25.32%
B=70.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6401120.950.6400.56220.7589.8323.14
Hex628705F40038dd5a17
Octal65016013710007033513227
Binary110101000111000010111111000000011100011011101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062870; }

 p { color: rgb(6,40,112); }

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

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

 a { background-color: rgb(6,40,112); }

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

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

 span { border-color: rgb(6,40,112); }

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