#01194C

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

Shades of Sapphire #01194C

Tints of Sapphire #01194C

Color information

#01194C (or 0x01194C) is unknown color: approx Sapphire. HEX triplet: 01, 19 and 4C. RGB value is (1,25,76). Sum of RGB (Red+Green+Blue) = 1+25+76=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 25 (10.16% from 255 or 24.51% from 102); Blue value is 76 (30.08% from 255 or 74.51% from 102); Max value from RGB is 76 - color contains mainly: blue. Hex color #01194C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01194C is #FEE6B3. Grayscale: #171717. Windows color (decimal): -16705204 or 4987137. OLE color: 4987137.

HSL color Cylindrical-coordinate representation of color #01194C: hue angle of 220.8º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01194C is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB12576-
CMYK0.990.6700.70
HSL220.8º97.4%15.1%-
HSV(B)220.8º98.68%29.8%-
XYZ1.661.226.99-
YUV23.64157.55111.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.98%
GREEN value IS 25 (10.16% from 255) = 24.51%
BLUE value IS 76 (30.08% from 255) = 74.51%
R=0.98%
G=24.51%
B=74.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal125760.990.6700.70220.897.415.1
Hex1194C6343046dd61f
Octal131114143103010633514117
Binary111001100110011000111000011010001101101110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01194C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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