Html Css Color HEX #112A95 Egyptian Blue

📋 copy color: '#112A95'

red 17 ◦ green 42 ◦ blue 149

#112A95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #112A95

Tints of Egyptian Blue #112A95

RGB

 RED value IS 17 (7.03% from 255) = 8.17%

 GREEN value IS 42 (16.8% 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 value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#112A95 (or 0x112A95) is known color: 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

RGB 17 42 149 -
CMYK 0.89 0.72 0 0.42
HSL 228.64º 0.8% 0.33% -
HSV(B) 228.64º 0.89% 0.58% -
XYZ 6.48 3.95 28.85 -
YUV 46.72 185.72 106.8 -
System Red Green Blue C M Y K H S L
Decimal 17 42 149 0.89 0.72 0 0.42 228.64 0.8 0.33
Hex 11 2A 95 59 48 0 2A E5 50 21
Octal 21 52 225 131 110 0 52 345 120 41
Binary 10001 101010 10010101 1011001 1001000 0 101010 11100101 1010000 100001

Color Harmonies of #112A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112A95

Black with #112A95

Text Example


Text Example

White with #112A95

Text Example


Text Example

HTML Codes & Css Web 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>