#01197D

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

Shades of Sapphire #01197D

Tints of Sapphire #01197D

Color information

#01197D (or 0x01197D) is unknown color: approx Sapphire. HEX triplet: 01, 19 and 7D. RGB value is (1,25,125). Sum of RGB (Red+Green+Blue) = 1+25+125=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 125 (49.22% from 255 or 82.78% from 151); Max value from RGB is 125 - color contains mainly: blue. Hex color #01197D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01197D is #FEE682. Grayscale: #1C1C1C. Windows color (decimal): -16705155 or 8198401. OLE color: 8198401.

HSL color Cylindrical-coordinate representation of color #01197D: hue angle of 228.39º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01197D is Cyan = 0.99, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB125125-
CMYK0.990.800.51
HSL228.39º98.41%24.71%-
HSV(B)228.39º99.2%49.02%-
XYZ4.062.1819.61-
YUV29.22182.05107.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 25 (10.16% from 255) = 16.56%
BLUE value IS 125 (49.22% from 255) = 82.78%
R=0.66%
G=16.56%
B=82.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251250.990.800.51228.3998.4124.71
Hex1197D6350033e46219
Octal13117514312006334414231
Binary111001111110111000111010000011001111100100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01197D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01197D; }

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

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

<style>
 a { background-color: #01197D; }

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

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

<style>
 span { border-color: #01197D; }

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

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