#112066

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

Shades of Sapphire #112066

Tints of Sapphire #112066

Color information

#112066 (or 0x112066) is unknown color: approx Sapphire. HEX triplet: 11, 20 and 66. RGB value is (17,32,102). Sum of RGB (Red+Green+Blue) = 17+32+102=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 102 (40.23% from 255 or 67.55% from 151); Max value from RGB is 102 - color contains mainly: blue. Hex color #112066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112066 is #EEDF99. Grayscale: #232323. Windows color (decimal): -15654810 or 6692881. OLE color: 6692881.

HSL color Cylindrical-coordinate representation of color #112066: hue angle of 229.41º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #112066 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1732102-
CMYK0.830.6900.6
HSL229.41º71.43%23.33%-
HSV(B)229.41º83.33%40%-
XYZ3.152.1112.81-
YUV35.49165.53114.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.26%
GREEN value IS 32 (12.89% from 255) = 21.19%
BLUE value IS 102 (40.23% from 255) = 67.55%
R=11.26%
G=21.19%
B=67.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal17321020.830.6900.6229.4171.4323.33
Hex112066534503Ce54717
Octal214014612310507434510727
Binary10001100000110011010100111000101011110011100101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112066; }

 p { color: rgb(17,32,102); }

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

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

 a { background-color: rgb(17,32,102); }

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

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

 span { border-color: rgb(17,32,102); }

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