#112877

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

Shades of Sapphire #112877

Tints of Sapphire #112877

Color information

#112877 (or 0x112877) is unknown color: approx Sapphire. HEX triplet: 11, 28 and 77. RGB value is (17,40,119). Sum of RGB (Red+Green+Blue) = 17+40+119=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 119 (46.88% from 255 or 67.61% from 176); Max value from RGB is 119 - color contains mainly: blue. Hex color #112877 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112877 is #EED788. Grayscale: #292929. Windows color (decimal): -15652745 or 7809041. OLE color: 7809041.

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

Color convert

RGB1740119-
CMYK0.860.6600.53
HSL226.47º75%26.67%-
HSV(B)226.47º85.71%46.67%-
XYZ4.322.9717.8-
YUV42.13171.38110.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.66%
GREEN value IS 40 (16.02% from 255) = 22.73%
BLUE value IS 119 (46.88% from 255) = 67.61%
R=9.66%
G=22.73%
B=67.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17401190.860.6600.53226.477526.67
Hex1128775642035e24b1b
Octal215016712610206534211333
Binary10001101000111011110101101000010011010111100010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112877; }

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

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

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

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

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

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

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

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