#01194E

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

Shades of Sapphire #01194E

Tints of Sapphire #01194E

Color information

#01194E (or 0x01194E) is unknown color: approx Sapphire. HEX triplet: 01, 19 and 4E. RGB value is (1,25,78). Sum of RGB (Red+Green+Blue) = 1+25+78=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 25 (10.16% from 255 or 24.04% from 104); Blue value is 78 (30.86% from 255 or 75% from 104); Max value from RGB is 78 - color contains mainly: blue. Hex color #01194E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01194E is #FEE6B1. Grayscale: #171717. Windows color (decimal): -16705202 or 5118209. OLE color: 5118209.

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

Color convert

RGB12578-
CMYK0.990.6800.69
HSL221.3º97.47%15.49%-
HSV(B)221.3º98.72%30.59%-
XYZ1.741.257.36-
YUV23.87158.55111.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.96%
GREEN value IS 25 (10.16% from 255) = 24.04%
BLUE value IS 78 (30.86% from 255) = 75%
R=0.96%
G=24.04%
B=75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal125780.990.6800.69221.397.4715.49
Hex1194E6344045dd61f
Octal131116143104010533514117
Binary111001100111011000111000100010001011101110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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