#01116C

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

Shades of Sapphire #01116C

Tints of Sapphire #01116C

Color information

#01116C (or 0x01116C) is unknown color: approx Sapphire. HEX triplet: 01, 11 and 6C. RGB value is (1,17,108). Sum of RGB (Red+Green+Blue) = 1+17+108=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 108 (42.58% from 255 or 85.71% from 126); Max value from RGB is 108 - color contains mainly: blue. Hex color #01116C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01116C is #FEEE93. Grayscale: #161616. Windows color (decimal): -16707220 or 7082241. OLE color: 7082241.

HSL color Cylindrical-coordinate representation of color #01116C: hue angle of 231.03º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01116C is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB117108-
CMYK0.990.8400.58
HSL231.03º98.17%21.37%-
HSV(B)231.03º99.07%42.35%-
XYZ2.921.4914.32-
YUV22.59176.2112.6-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 17 (7.03% from 255) = 13.49%
BLUE value IS 108 (42.58% from 255) = 85.71%
R=0.79%
G=13.49%
B=85.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1171080.990.8400.58231.0398.1721.37
Hex1116C635403Ae76215
Octal12115414312407234714225
Binary110001110110011000111010100011101011100111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01116C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01116C; }

 p { color: rgb(1,17,108); }

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

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

 a { background-color: rgb(1,17,108); }

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

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

 span { border-color: rgb(1,17,108); }

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