#061870

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

Shades of Sapphire #061870

Tints of Sapphire #061870

Color information

#061870 (or 0x061870) is unknown color: approx Sapphire. HEX triplet: 06, 18 and 70. RGB value is (6,24,112). Sum of RGB (Red+Green+Blue) = 6+24+112=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 112 (44.14% from 255 or 78.87% from 142); Max value from RGB is 112 - color contains mainly: blue. Hex color #061870 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061870 is #F9E78F. Grayscale: #1C1C1C. Windows color (decimal): -16377744 or 7346182. OLE color: 7346182.

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

Color convert

RGB624112-
CMYK0.950.7900.56
HSL229.81º89.83%23.14%-
HSV(B)229.81º94.64%43.92%-
XYZ3.331.8615.51-
YUV28.65175.04111.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.23%
GREEN value IS 24 (9.77% from 255) = 16.90%
BLUE value IS 112 (44.14% from 255) = 78.87%
R=4.23%
G=16.90%
B=78.87%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6241120.950.7900.56229.8189.8323.14
Hex618705F4F038e65a17
Octal63016013711707034613227
Binary11011000111000010111111001111011100011100110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061870; }

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

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

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

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

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

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

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

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