#112D77

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

Shades of Sapphire #112D77

Tints of Sapphire #112D77

Color information

#112D77 (or 0x112D77) is unknown color: approx Sapphire. HEX triplet: 11, 2D and 77. RGB value is (17,45,119). Sum of RGB (Red+Green+Blue) = 17+45+119=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 119 (46.88% from 255 or 65.75% from 181); Max value from RGB is 119 - color contains mainly: blue. Hex color #112D77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112D77 is #EED288. Grayscale: #2C2C2C. Windows color (decimal): -15651465 or 7810321. OLE color: 7810321.

HSL color Cylindrical-coordinate representation of color #112D77: hue angle of 223.53º 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 #112D77 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1745119-
CMYK0.860.6200.53
HSL223.53º75%26.67%-
HSV(B)223.53º85.71%46.67%-
XYZ4.53.3317.86-
YUV45.06169.72107.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.39%
GREEN value IS 45 (17.97% from 255) = 24.86%
BLUE value IS 119 (46.88% from 255) = 65.75%
R=9.39%
G=24.86%
B=65.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17451190.860.6200.53223.537526.67
Hex112D77563E035e04b1b
Octal21551671267606534011333
Binary1000110110111101111010110111110011010111100000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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