#01195F

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

Shades of Sapphire #01195F

Tints of Sapphire #01195F

Color information

#01195F (or 0x01195F) is unknown color: approx Sapphire. HEX triplet: 01, 19 and 5F. RGB value is (1,25,95). Sum of RGB (Red+Green+Blue) = 1+25+95=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 95 (37.5% from 255 or 78.51% from 121); Max value from RGB is 95 - color contains mainly: blue. Hex color #01195F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01195F is #FEE6A0. Grayscale: #191919. Windows color (decimal): -16705185 or 6232321. OLE color: 6232321.

HSL color Cylindrical-coordinate representation of color #01195F: hue angle of 224.68º 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 #01195F is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB12595-
CMYK0.990.7400.63
HSL224.68º97.92%18.82%-
HSV(B)224.68º98.95%37.25%-
XYZ2.431.5310.99-
YUV25.8167.05110.31-

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.66%
BLUE value IS 95 (37.5% from 255) = 78.51%
R=0.83%
G=20.66%
B=78.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal125950.990.7400.63224.6897.9218.82
Hex1195F634A03Fe16213
Octal13113714311207734114223
Binary111001101111111000111001010011111111100001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01195F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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