Html Css Color HEX #112A91 Egyptian Blue

📋 copy color: '#112A91'

red 17 ◦ green 42 ◦ blue 145

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

Shades of Egyptian Blue #112A91

Tints of Egyptian Blue #112A91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 71.08%

R = 8.33%
G = 20.59%
B = 71.08%

CMYK

 C value IS 0.88

 M value IS 0.71

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#112A91 (or 0x112A91) is known color: Egyptian Blue. HEX triplet: 11, 2A and 91. RGB value is (17,42,145). Sum of RGB (Red+Green+Blue) = 17+42+145=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 42 (16.80% from 255 or 20.59% from 204); Blue value is 145 (57.03% from 255 or 71.08% from 204); Max value from RGB is 145 - color contains mainly: blue. Hex color #112A91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112A91 is #EED56E. Grayscale: #2D2D2D. Windows color (decimal): -15652207 or 9513489. OLE color: 9513489.

HSL color Cylindrical-coordinate representation of color #112A91: hue angle of 228.28º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #112A91 is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 42 145 -
CMYK 0.88 0.71 0 0.43
HSL 228.28º 0.79% 0.32% -
HSV(B) 228.28º 0.88% 0.57% -
XYZ 6.17 3.82 27.2 -
YUV 46.27 183.72 107.12 -
System Red Green Blue C M Y K H S L
Decimal 17 42 145 0.88 0.71 0 0.43 228.28 0.79 0.32
Hex 11 2A 91 58 47 0 2B E4 4F 20
Octal 21 52 221 130 107 0 53 344 117 40
Binary 10001 101010 10010001 1011000 1000111 0 101011 11100100 1001111 100000

Color Harmonies of #112A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112A91

Black with #112A91

Text Example


Text Example

White with #112A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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