Html Css Color HEX #112A99 Egyptian Blue

📋 copy color: '#112A99'

red 17 ◦ green 42 ◦ blue 153

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

Shades of Egyptian Blue #112A99

Tints of Egyptian Blue #112A99

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.81%

 BLUE value IS 153 (60.16% from 255) = 72.17%

R = 8.02%
G = 19.81%
B = 72.17%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#112A99 (or 0x112A99) is known color: Egyptian Blue. HEX triplet: 11, 2A and 99. RGB value is (17,42,153). Sum of RGB (Red+Green+Blue) = 17+42+153=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 153 (60.16% from 255 or 72.17% from 212); Max value from RGB is 153 - color contains mainly: blue. Hex color #112A99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112A99 is #EED566. Grayscale: #2E2E2E. Windows color (decimal): -15652199 or 10037777. OLE color: 10037777.

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

Color convert

RGB 17 42 153 -
CMYK 0.89 0.73 0 0.4
HSL 228.97º 0.8% 0.33% -
HSV(B) 228.97º 0.89% 0.6% -
XYZ 6.81 4.08 30.56 -
YUV 47.18 187.72 106.47 -
System Red Green Blue C M Y K H S L
Decimal 17 42 153 0.89 0.73 0 0.4 228.97 0.8 0.33
Hex 11 2A 99 59 49 0 28 E5 50 21
Octal 21 52 231 131 111 0 50 345 120 41
Binary 10001 101010 10011001 1011001 1001001 0 101000 11100101 1010000 100001

Color Harmonies of #112A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112A99

Black with #112A99

Text Example


Text Example

White with #112A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #112A99;
 }
 .AnyTagClassName
 {
   color: #112A99;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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