#112477

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

Shades of Sapphire #112477

Tints of Sapphire #112477

Color information

#112477 (or 0x112477) is unknown color: approx Sapphire. HEX triplet: 11, 24 and 77. RGB value is (17,36,119). Sum of RGB (Red+Green+Blue) = 17+36+119=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 119 (46.88% from 255 or 69.19% from 172); Max value from RGB is 119 - color contains mainly: blue. Hex color #112477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112477 is #EEDB88. Grayscale: #272727. Windows color (decimal): -15653769 or 7808017. OLE color: 7808017.

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

Color convert

RGB1736119-
CMYK0.860.7000.53
HSL228.82º75%26.67%-
HSV(B)228.82º85.71%46.67%-
XYZ4.192.7117.76-
YUV39.78172.71111.75-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.88%
GREEN value IS 36 (14.45% from 255) = 20.93%
BLUE value IS 119 (46.88% from 255) = 69.19%
R=9.88%
G=20.93%
B=69.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17361190.860.7000.53228.827526.67
Hex1124775646035e54b1b
Octal214416712610606534511333
Binary10001100100111011110101101000110011010111100101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112477; }

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

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

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

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

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

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

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

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