#011870

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

Shades of Sapphire #011870

Tints of Sapphire #011870

Color information

#011870 (or 0x011870) is unknown color: approx Sapphire. HEX triplet: 01, 18 and 70. RGB value is (1,24,112). Sum of RGB (Red+Green+Blue) = 1+24+112=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 112 (44.14% from 255 or 81.75% from 137); Max value from RGB is 112 - color contains mainly: blue. Hex color #011870 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011870 is #FEE78F. Grayscale: #1A1A1A. Windows color (decimal): -16705424 or 7346177. OLE color: 7346177.

HSL color Cylindrical-coordinate representation of color #011870: hue angle of 227.57º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011870 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB124112-
CMYK0.990.7900.56
HSL227.57º98.23%22.16%-
HSV(B)227.57º99.11%43.92%-
XYZ3.261.8315.51-
YUV27.16175.88109.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.73%
GREEN value IS 24 (9.77% from 255) = 17.52%
BLUE value IS 112 (44.14% from 255) = 81.75%
R=0.73%
G=17.52%
B=81.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1241120.990.7900.56227.5798.2322.16
Hex11870634F038e46216
Octal13016014311707034414226
Binary111000111000011000111001111011100011100100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011870; }

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

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

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

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

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

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

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

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