#011871

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

Shades of Sapphire #011871

Tints of Sapphire #011871

Color information

#011871 (or 0x011871) is unknown color: approx Sapphire. HEX triplet: 01, 18 and 71. RGB value is (1,24,113). Sum of RGB (Red+Green+Blue) = 1+24+113=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 113 (44.53% from 255 or 81.88% from 138); Max value from RGB is 113 - color contains mainly: blue. Hex color #011871 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011871 is #FEE78E. Grayscale: #1A1A1A. Windows color (decimal): -16705423 or 7411713. OLE color: 7411713.

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

Color convert

RGB124113-
CMYK0.990.7900.56
HSL227.68º98.25%22.35%-
HSV(B)227.68º99.12%44.31%-
XYZ3.321.8515.81-
YUV27.27176.38109.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 24 (9.77% from 255) = 17.39%
BLUE value IS 113 (44.53% from 255) = 81.88%
R=0.72%
G=17.39%
B=81.88%

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
Decimal1241130.990.7900.56227.6898.2522.35
Hex11871634F038e46216
Octal13016114311707034414226
Binary111000111000111000111001111011100011100100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011871; }

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

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

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

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

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

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

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

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