#01197A

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

Shades of Sapphire #01197A

Tints of Sapphire #01197A

Color information

#01197A (or 0x01197A) is unknown color: approx Sapphire. HEX triplet: 01, 19 and 7A. RGB value is (1,25,122). Sum of RGB (Red+Green+Blue) = 1+25+122=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 122 (48.05% from 255 or 82.43% from 148); Max value from RGB is 122 - color contains mainly: blue. Hex color #01197A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01197A is #FEE685. Grayscale: #1C1C1C. Windows color (decimal): -16705158 or 8001793. OLE color: 8001793.

HSL color Cylindrical-coordinate representation of color #01197A: hue angle of 228.1º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01197A is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB125122-
CMYK0.990.8000.52
HSL228.1º98.37%24.12%-
HSV(B)228.1º99.18%47.84%-
XYZ3.872.1118.61-
YUV28.88180.55108.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 25 (10.16% from 255) = 16.89%
BLUE value IS 122 (48.05% from 255) = 82.43%
R=0.68%
G=16.89%
B=82.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1251220.990.8000.52228.198.3724.12
Hex1197A6350034e46218
Octal13117214312006434414230
Binary111001111101011000111010000011010011100100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01197A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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