Html Css Color HEX #112490 Egyptian Blue

📋 copy color: '#112490'

red 17 ◦ green 36 ◦ blue 144

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

Shades of Egyptian Blue #112490

Tints of Egyptian Blue #112490

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.27%

 BLUE value IS 144 (56.64% from 255) = 73.1%

R = 8.63%
G = 18.27%
B = 73.1%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#112490 (or 0x112490) is known color: Egyptian Blue. HEX triplet: 11, 24 and 90. RGB value is (17,36,144). Sum of RGB (Red+Green+Blue) = 17+36+144=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 144 (56.64% from 255 or 73.10% from 197); Max value from RGB is 144 - color contains mainly: blue. Hex color #112490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112490 is #EEDB6F. Grayscale: #2A2A2A. Windows color (decimal): -15653744 or 9446417. OLE color: 9446417.

HSL color Cylindrical-coordinate representation of color #112490: hue angle of 231.02º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #112490 is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 36 144 -
CMYK 0.88 0.75 0 0.44
HSL 231.02º 0.79% 0.32% -
HSV(B) 231.02º 0.88% 0.56% -
XYZ 5.9 3.39 26.73 -
YUV 42.63 185.21 109.72 -
System Red Green Blue C M Y K H S L
Decimal 17 36 144 0.88 0.75 0 0.44 231.02 0.79 0.32
Hex 11 24 90 58 4B 0 2C E7 4F 20
Octal 21 44 220 130 113 0 54 347 117 40
Binary 10001 100100 10010000 1011000 1001011 0 101100 11100111 1001111 100000

Color Harmonies of #112490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112490

Black with #112490

Text Example


Text Example

White with #112490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112490; }

 p { color: rgb(17,36,144); }

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

background-color css

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

 a { background-color: rgb(17,36,144); }

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

border-color css

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

 span { border-color: rgb(17,36,144); }

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