#011165

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

Shades of Sapphire #011165

Tints of Sapphire #011165

Color information

#011165 (or 0x011165) is unknown color: approx Sapphire. HEX triplet: 01, 11 and 65. RGB value is (1,17,101). Sum of RGB (Red+Green+Blue) = 1+17+101=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 101 (39.84% from 255 or 84.87% from 119); Max value from RGB is 101 - color contains mainly: blue. Hex color #011165 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011165 is #FEEE9A. Grayscale: #151515. Windows color (decimal): -16707227 or 6623489. OLE color: 6623489.

HSL color Cylindrical-coordinate representation of color #011165: hue angle of 230.4º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011165 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB117101-
CMYK0.990.8300.60
HSL230.4º98.04%20%-
HSV(B)230.4º99.01%39.61%-
XYZ2.561.3512.44-
YUV21.79172.7113.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.84%
GREEN value IS 17 (7.03% from 255) = 14.29%
BLUE value IS 101 (39.84% from 255) = 84.87%
R=0.84%
G=14.29%
B=84.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1171010.990.8300.60230.498.0420
Hex11165635303Ce66214
Octal12114514312307434614224
Binary110001110010111000111010011011110011100110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011165; }

 p { color: rgb(1,17,101); }

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

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

 a { background-color: rgb(1,17,101); }

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

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

 span { border-color: rgb(1,17,101); }

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