#01194D

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

Shades of Sapphire #01194D

Tints of Sapphire #01194D

Color information

#01194D (or 0x01194D) is unknown color: approx Sapphire. HEX triplet: 01, 19 and 4D. RGB value is (1,25,77). Sum of RGB (Red+Green+Blue) = 1+25+77=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 25 (10.16% from 255 or 24.27% from 103); Blue value is 77 (30.47% from 255 or 74.76% from 103); Max value from RGB is 77 - color contains mainly: blue. Hex color #01194D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01194D is #FEE6B2. Grayscale: #171717. Windows color (decimal): -16705203 or 5052673. OLE color: 5052673.

HSL color Cylindrical-coordinate representation of color #01194D: hue angle of 221.05º 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 #01194D is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB12577-
CMYK0.990.6800.70
HSL221.05º97.44%15.29%-
HSV(B)221.05º98.7%30.2%-
XYZ1.71.247.17-
YUV23.75158.05111.77-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.97%
GREEN value IS 25 (10.16% from 255) = 24.27%
BLUE value IS 77 (30.47% from 255) = 74.76%
R=0.97%
G=24.27%
B=74.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal125770.990.6800.70221.0597.4415.29
Hex1194D6344046dd61f
Octal131115143104010633514117
Binary111001100110111000111000100010001101101110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01194D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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