#112E77

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

Shades of Sapphire #112E77

Tints of Sapphire #112E77

Color information

#112E77 (or 0x112E77) is unknown color: approx Sapphire. HEX triplet: 11, 2E and 77. RGB value is (17,46,119). Sum of RGB (Red+Green+Blue) = 17+46+119=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 46 (18.36% from 255 or 25.27% from 182); Blue value is 119 (46.88% from 255 or 65.38% from 182); Max value from RGB is 119 - color contains mainly: blue. Hex color #112E77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112E77 is #EED188. Grayscale: #2D2D2D. Windows color (decimal): -15651209 or 7810577. OLE color: 7810577.

HSL color Cylindrical-coordinate representation of color #112E77: hue angle of 222.94º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #112E77 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1746119-
CMYK0.860.6100.53
HSL222.94º75%26.67%-
HSV(B)222.94º85.71%46.67%-
XYZ4.543.4117.87-
YUV45.65169.39107.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.34%
GREEN value IS 46 (18.36% from 255) = 25.27%
BLUE value IS 119 (46.88% from 255) = 65.38%
R=9.34%
G=25.27%
B=65.38%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17461190.860.6100.53222.947526.67
Hex112E77563D035df4b1b
Octal21561671267506533711333
Binary1000110111011101111010110111101011010111011111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,46,119); }

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

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

 a { background-color: rgb(17,46,119); }

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

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

 span { border-color: rgb(17,46,119); }

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