#011B6F

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

Shades of Sapphire #011B6F

Tints of Sapphire #011B6F

Color information

#011B6F (or 0x011B6F) is unknown color: approx Sapphire. HEX triplet: 01, 1B and 6F. RGB value is (1,27,111). Sum of RGB (Red+Green+Blue) = 1+27+111=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 111 (43.75% from 255 or 79.86% from 139); Max value from RGB is 111 - color contains mainly: blue. Hex color #011B6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011B6F is #FEE490. Grayscale: #1C1C1C. Windows color (decimal): -16704657 or 7281409. OLE color: 7281409.

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

Color convert

RGB127111-
CMYK0.990.7600.56
HSL225.82º98.21%21.96%-
HSV(B)225.82º99.1%43.53%-
XYZ3.271.9415.24-
YUV28.8174.39108.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 27 (10.94% from 255) = 19.42%
BLUE value IS 111 (43.75% from 255) = 79.86%
R=0.72%
G=19.42%
B=79.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1271110.990.7600.56225.8298.2121.96
Hex11B6F634C038e26216
Octal13315714311407034214226
Binary111011110111111000111001100011100011100010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011B6F; }

 p { color: rgb(1,27,111); }

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

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

 a { background-color: rgb(1,27,111); }

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

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

 span { border-color: rgb(1,27,111); }

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