#112D6B

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

Shades of Sapphire #112D6B

Tints of Sapphire #112D6B

Color information

#112D6B (or 0x112D6B) is unknown color: approx Sapphire. HEX triplet: 11, 2D and 6B. RGB value is (17,45,107). Sum of RGB (Red+Green+Blue) = 17+45+107=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 45 (17.97% from 255 or 26.63% from 169); Blue value is 107 (42.19% from 255 or 63.31% from 169); Max value from RGB is 107 - color contains mainly: blue. Hex color #112D6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112D6B is #EED294. Grayscale: #2B2B2B. Windows color (decimal): -15651477 or 7023889. OLE color: 7023889.

HSL color Cylindrical-coordinate representation of color #112D6B: hue angle of 221.33º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #112D6B is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1745107-
CMYK0.840.5800.58
HSL221.33º72.58%24.31%-
HSV(B)221.33º84.11%41.96%-
XYZ3.823.0614.3-
YUV43.7163.72108.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.06%
GREEN value IS 45 (17.97% from 255) = 26.63%
BLUE value IS 107 (42.19% from 255) = 63.31%
R=10.06%
G=26.63%
B=63.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17451070.840.5800.58221.3372.5824.31
Hex112D6B543A03Add4918
Octal21551531247207233511130
Binary1000110110111010111010100111010011101011011101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,45,107); }

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

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

 a { background-color: rgb(17,45,107); }

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

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

 span { border-color: rgb(17,45,107); }

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