#112A77

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

Shades of Sapphire #112A77

Tints of Sapphire #112A77

Color information

#112A77 (or 0x112A77) is unknown color: approx Sapphire. HEX triplet: 11, 2A and 77. RGB value is (17,42,119). Sum of RGB (Red+Green+Blue) = 17+42+119=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 119 (46.88% from 255 or 66.85% from 178); Max value from RGB is 119 - color contains mainly: blue. Hex color #112A77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112A77 is #EED588. Grayscale: #2A2A2A. Windows color (decimal): -15652233 or 7809553. OLE color: 7809553.

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

Color convert

RGB1742119-
CMYK0.860.6500.53
HSL225.29º75%26.67%-
HSV(B)225.29º85.71%46.67%-
XYZ4.393.1117.82-
YUV43.3170.72109.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.55%
GREEN value IS 42 (16.80% from 255) = 23.60%
BLUE value IS 119 (46.88% from 255) = 66.85%
R=9.55%
G=23.60%
B=66.85%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17421190.860.6500.53225.297526.67
Hex112A775641035e14b1b
Octal215216712610106534111333
Binary10001101010111011110101101000001011010111100001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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