#01197C

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

Shades of Sapphire #01197C

Tints of Sapphire #01197C

Color information

#01197C (or 0x01197C) is unknown color: approx Sapphire. HEX triplet: 01, 19 and 7C. RGB value is (1,25,124). Sum of RGB (Red+Green+Blue) = 1+25+124=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 124 (48.83% from 255 or 82.67% from 150); Max value from RGB is 124 - color contains mainly: blue. Hex color #01197C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01197C is #FEE683. Grayscale: #1C1C1C. Windows color (decimal): -16705156 or 8132865. OLE color: 8132865.

HSL color Cylindrical-coordinate representation of color #01197C: hue angle of 228.29º 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 #01197C is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB125124-
CMYK0.990.8000.51
HSL228.29º98.4%24.51%-
HSV(B)228.29º99.19%48.63%-
XYZ42.1619.27-
YUV29.11181.55107.95-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 25 (10.16% from 255) = 16.67%
BLUE value IS 124 (48.83% from 255) = 82.67%
R=0.67%
G=16.67%
B=82.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251240.990.8000.51228.2998.424.51
Hex1197C6350033e46219
Octal13117414312006334414231
Binary111001111110011000111010000011001111100100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01197C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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