#112A5F

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

Shades of Sapphire #112A5F

Tints of Sapphire #112A5F

Color information

#112A5F (or 0x112A5F) is unknown color: approx Sapphire. HEX triplet: 11, 2A and 5F. RGB value is (17,42,95). Sum of RGB (Red+Green+Blue) = 17+42+95=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 42 (16.80% from 255 or 27.27% from 154); Blue value is 95 (37.5% from 255 or 61.69% from 154); Max value from RGB is 95 - color contains mainly: blue. Hex color #112A5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112A5F is #EED5A0. Grayscale: #282828. Windows color (decimal): -15652257 or 6236689. OLE color: 6236689.

HSL color Cylindrical-coordinate representation of color #112A5F: hue angle of 220.77º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #112A5F is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB174295-
CMYK0.820.5600.63
HSL220.77º69.64%21.96%-
HSV(B)220.77º82.11%37.25%-
XYZ3.122.611.16-
YUV40.57158.72111.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.04%
GREEN value IS 42 (16.80% from 255) = 27.27%
BLUE value IS 95 (37.5% from 255) = 61.69%
R=11.04%
G=27.27%
B=61.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1742950.820.5600.63220.7769.6421.96
Hex112A5F523803Fdd4616
Octal21521371227007733510626
Binary1000110101010111111010010111000011111111011101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,42,95); }

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

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

 a { background-color: rgb(17,42,95); }

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

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

 span { border-color: rgb(17,42,95); }

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