#01195E

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

Shades of Sapphire #01195E

Tints of Sapphire #01195E

Color information

#01195E (or 0x01195E) is unknown color: approx Sapphire. HEX triplet: 01, 19 and 5E. RGB value is (1,25,94). Sum of RGB (Red+Green+Blue) = 1+25+94=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 94 (37.11% from 255 or 78.33% from 120); Max value from RGB is 94 - color contains mainly: blue. Hex color #01195E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01195E is #FEE6A1. Grayscale: #191919. Windows color (decimal): -16705186 or 6166785. OLE color: 6166785.

HSL color Cylindrical-coordinate representation of color #01195E: hue angle of 224.52º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01195E is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB12594-
CMYK0.990.7300.63
HSL224.52º97.89%18.63%-
HSV(B)224.52º98.94%36.86%-
XYZ2.381.5110.76-
YUV25.69166.55110.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 25 (10.16% from 255) = 20.83%
BLUE value IS 94 (37.11% from 255) = 78.33%
R=0.83%
G=20.83%
B=78.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal125940.990.7300.63224.5297.8918.63
Hex1195E634903Fe16213
Octal13113614311107734114223
Binary111001101111011000111001001011111111100001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01195E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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