#112A95

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

Shades of Egyptian Blue #112A95

Tints of Egyptian Blue #112A95

Color information

#112A95 (or 0x112A95) is unknown color: approx Egyptian Blue. HEX triplet: 11, 2A and 95. RGB value is (17,42,149). Sum of RGB (Red+Green+Blue) = 17+42+149=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 42 (16.80% from 255 or 20.19% from 208); Blue value is 149 (58.59% from 255 or 71.63% from 208); Max value from RGB is 149 - color contains mainly: blue. Hex color #112A95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112A95 is #EED56A. Grayscale: #2E2E2E. Windows color (decimal): -15652203 or 9775633. OLE color: 9775633.

HSL color Cylindrical-coordinate representation of color #112A95: hue angle of 228.64º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #112A95 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1742149-
CMYK0.890.7200.42
HSL228.64º79.52%32.55%-
HSV(B)228.64º88.59%58.43%-
XYZ6.483.9528.85-
YUV46.72185.72106.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.17%
GREEN value IS 42 (16.80% from 255) = 20.19%
BLUE value IS 149 (58.59% from 255) = 71.63%
R=8.17%
G=20.19%
B=71.63%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17421490.890.7200.42228.6479.5232.55
Hex112A95594802Ae55021
Octal215222513111005234512041
Binary1000110101010010101101100110010000101010111001011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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