#01196B

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

Shades of Sapphire #01196B

Tints of Sapphire #01196B

Color information

#01196B (or 0x01196B) is unknown color: approx Sapphire. HEX triplet: 01, 19 and 6B. RGB value is (1,25,107). Sum of RGB (Red+Green+Blue) = 1+25+107=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 107 (42.19% from 255 or 80.45% from 133); Max value from RGB is 107 - color contains mainly: blue. Hex color #01196B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01196B is #FEE694. Grayscale: #1A1A1A. Windows color (decimal): -16705173 or 7018753. OLE color: 7018753.

HSL color Cylindrical-coordinate representation of color #01196B: hue angle of 226.42º 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 #01196B is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB125107-
CMYK0.990.7700.58
HSL226.42º98.15%21.18%-
HSV(B)226.42º99.07%41.96%-
XYZ3.011.7614.09-
YUV27.17173.05109.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 25 (10.16% from 255) = 18.80%
BLUE value IS 107 (42.19% from 255) = 80.45%
R=0.75%
G=18.80%
B=80.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1251070.990.7700.58226.4298.1521.18
Hex1196B634D03Ae26215
Octal13115314311507234214225
Binary111001110101111000111001101011101011100010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01196B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01196B; }

 p { color: rgb(1,25,107); }

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

<style>
 a { background-color: #01196B; }

 a { background-color: rgb(1,25,107); }

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

<style>
 span { border-color: #01196B; }

 span { border-color: rgb(1,25,107); }

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