#112F66

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

Shades of Sapphire #112F66

Tints of Sapphire #112F66

Color information

#112F66 (or 0x112F66) is unknown color: approx Sapphire. HEX triplet: 11, 2F and 66. RGB value is (17,47,102). Sum of RGB (Red+Green+Blue) = 17+47+102=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 102 (40.23% from 255 or 61.45% from 166); Max value from RGB is 102 - color contains mainly: blue. Hex color #112F66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112F66 is #EED099. Grayscale: #2C2C2C. Windows color (decimal): -15650970 or 6696721. OLE color: 6696721.

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

Color convert

RGB1747102-
CMYK0.830.5400.6
HSL218.82º71.43%23.33%-
HSV(B)218.82º83.33%40%-
XYZ3.653.1112.98-
YUV44.3160.56108.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.24%
GREEN value IS 47 (18.75% from 255) = 28.31%
BLUE value IS 102 (40.23% from 255) = 61.45%
R=10.24%
G=28.31%
B=61.45%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal17471020.830.5400.6218.8271.4323.33
Hex112F66533603Cdb4717
Octal21571461236607433310727
Binary1000110111111001101010011110110011110011011011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112F66; }

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

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

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

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

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

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

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

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