#01165F

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

Shades of Sapphire #01165F

Tints of Sapphire #01165F

Color information

#01165F (or 0x01165F) is unknown color: approx Sapphire. HEX triplet: 01, 16 and 5F. RGB value is (1,22,95). Sum of RGB (Red+Green+Blue) = 1+22+95=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 22 (8.98% from 255 or 18.64% from 118); Blue value is 95 (37.5% from 255 or 80.51% from 118); Max value from RGB is 95 - color contains mainly: blue. Hex color #01165F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01165F is #FEE9A0. Grayscale: #171717. Windows color (decimal): -16705953 or 6231553. OLE color: 6231553.

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

Color convert

RGB12295-
CMYK0.990.7700.63
HSL226.6º97.92%18.82%-
HSV(B)226.6º98.95%37.25%-
XYZ2.361.4110.97-
YUV24.04168.04111.56-

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.64%
BLUE value IS 95 (37.5% from 255) = 80.51%
R=0.85%
G=18.64%
B=80.51%

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
Decimal122950.990.7700.63226.697.9218.82
Hex1165F634D03Fe36213
Octal12613714311507734314223
Binary110110101111111000111001101011111111100011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01165F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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