#112366

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

Shades of Sapphire #112366

Tints of Sapphire #112366

Color information

#112366 (or 0x112366) is unknown color: approx Sapphire. HEX triplet: 11, 23 and 66. RGB value is (17,35,102). Sum of RGB (Red+Green+Blue) = 17+35+102=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 102 (40.23% from 255 or 66.23% from 154); Max value from RGB is 102 - color contains mainly: blue. Hex color #112366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112366 is #EEDC99. Grayscale: #242424. Windows color (decimal): -15654042 or 6693649. OLE color: 6693649.

HSL color Cylindrical-coordinate representation of color #112366: hue angle of 227.29º 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 #112366 is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1735102-
CMYK0.830.6600.6
HSL227.29º71.43%23.33%-
HSV(B)227.29º83.33%40%-
XYZ3.232.2812.84-
YUV37.26164.54113.55-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.04%
GREEN value IS 35 (14.06% from 255) = 22.73%
BLUE value IS 102 (40.23% from 255) = 66.23%
R=11.04%
G=22.73%
B=66.23%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal17351020.830.6600.6227.2971.4323.33
Hex112366534203Ce34717
Octal214314612310207434310727
Binary10001100011110011010100111000010011110011100011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112366; }

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

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

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

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

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

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

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

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