#011F6E

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

Shades of Sapphire #011F6E

Tints of Sapphire #011F6E

Color information

#011F6E (or 0x011F6E) is unknown color: approx Sapphire. HEX triplet: 01, 1F and 6E. RGB value is (1,31,110). Sum of RGB (Red+Green+Blue) = 1+31+110=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 31 (12.5% from 255 or 21.83% from 142); Blue value is 110 (43.36% from 255 or 77.46% from 142); Max value from RGB is 110 - color contains mainly: blue. Hex color #011F6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011F6E is #FEE091. Grayscale: #1E1E1E. Windows color (decimal): -16703634 or 7216897. OLE color: 7216897.

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

Color convert

RGB131110-
CMYK0.990.7200.57
HSL223.49º98.2%21.76%-
HSV(B)223.49º99.09%43.14%-
XYZ3.322.1114.98-
YUV31.04172.56106.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.70%
GREEN value IS 31 (12.5% from 255) = 21.83%
BLUE value IS 110 (43.36% from 255) = 77.46%
R=0.70%
G=21.83%
B=77.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1311100.990.7200.57223.4998.221.76
Hex11F6E6348039df6216
Octal13715614311007133714226
Binary111111110111011000111001000011100111011111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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