#011B6D

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

Shades of Sapphire #011B6D

Tints of Sapphire #011B6D

Color information

#011B6D (or 0x011B6D) is unknown color: approx Sapphire. HEX triplet: 01, 1B and 6D. RGB value is (1,27,109). Sum of RGB (Red+Green+Blue) = 1+27+109=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 27 (10.94% from 255 or 19.71% from 137); Blue value is 109 (42.97% from 255 or 79.56% from 137); Max value from RGB is 109 - color contains mainly: blue. Hex color #011B6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011B6D is #FEE492. Grayscale: #1C1C1C. Windows color (decimal): -16704659 or 7150337. OLE color: 7150337.

HSL color Cylindrical-coordinate representation of color #011B6D: hue angle of 225.56º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011B6D is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB127109-
CMYK0.990.7500.57
HSL225.56º98.18%21.57%-
HSV(B)225.56º99.08%42.75%-
XYZ3.161.8914.67-
YUV28.57173.39108.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.73%
GREEN value IS 27 (10.94% from 255) = 19.71%
BLUE value IS 109 (42.97% from 255) = 79.56%
R=0.73%
G=19.71%
B=79.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1271090.990.7500.57225.5698.1821.57
Hex11B6D634B039e26216
Octal13315514311307134214226
Binary111011110110111000111001011011100111100010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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