#01165E

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

Shades of Sapphire #01165E

Tints of Sapphire #01165E

Color information

#01165E (or 0x01165E) is unknown color: approx Sapphire. HEX triplet: 01, 16 and 5E. RGB value is (1,22,94). Sum of RGB (Red+Green+Blue) = 1+22+94=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 94 (37.11% from 255 or 80.34% from 117); Max value from RGB is 94 - color contains mainly: blue. Hex color #01165E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01165E is #FEE9A1. Grayscale: #171717. Windows color (decimal): -16705954 or 6166017. OLE color: 6166017.

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

Color convert

RGB12294-
CMYK0.990.7700.63
HSL226.45º97.89%18.63%-
HSV(B)226.45º98.94%36.86%-
XYZ2.321.3910.74-
YUV23.93167.54111.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 22 (8.98% from 255) = 18.80%
BLUE value IS 94 (37.11% from 255) = 80.34%
R=0.85%
G=18.80%
B=80.34%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal122940.990.7700.63226.4597.8918.63
Hex1165E634D03Fe26213
Octal12613614311507734214223
Binary110110101111011000111001101011111111100010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01165E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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