#011A6E

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

Shades of Sapphire #011A6E

Tints of Sapphire #011A6E

Color information

#011A6E (or 0x011A6E) is unknown color: approx Sapphire. HEX triplet: 01, 1A and 6E. RGB value is (1,26,110). Sum of RGB (Red+Green+Blue) = 1+26+110=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 110 (43.36% from 255 or 80.29% from 137); Max value from RGB is 110 - color contains mainly: blue. Hex color #011A6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011A6E is #FEE591. Grayscale: #1B1B1B. Windows color (decimal): -16704914 or 7215617. OLE color: 7215617.

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

Color convert

RGB126110-
CMYK0.990.7600.57
HSL226.24º98.2%21.76%-
HSV(B)226.24º99.09%43.14%-
XYZ3.21.8714.94-
YUV28.1174.22108.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.73%
GREEN value IS 26 (10.55% from 255) = 18.98%
BLUE value IS 110 (43.36% from 255) = 80.29%
R=0.73%
G=18.98%
B=80.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1261100.990.7600.57226.2498.221.76
Hex11A6E634C039e26216
Octal13215614311407134214226
Binary111010110111011000111001100011100111100010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,26,110); }

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

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

 a { background-color: rgb(1,26,110); }

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

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

 span { border-color: rgb(1,26,110); }

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