Html Css Color HEX #112390 Egyptian Blue

📋 copy color: '#112390'

red 17 ◦ green 35 ◦ blue 144

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

Shades of Egyptian Blue #112390

Tints of Egyptian Blue #112390

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.86%

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

R = 8.67%
G = 17.86%
B = 73.47%

CMYK

 C value IS 0.88

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#112390 (or 0x112390) is known color: Egyptian Blue. HEX triplet: 11, 23 and 90. RGB value is (17,35,144). Sum of RGB (Red+Green+Blue) = 17+35+144=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 144 (56.64% from 255 or 73.47% from 196); Max value from RGB is 144 - color contains mainly: blue. Hex color #112390 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112390 is #EEDC6F. Grayscale: #292929. Windows color (decimal): -15654000 or 9446161. OLE color: 9446161.

HSL color Cylindrical-coordinate representation of color #112390: hue angle of 231.5º 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 #112390 is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 35 144 -
CMYK 0.88 0.76 0 0.44
HSL 231.5º 0.79% 0.32% -
HSV(B) 231.5º 0.88% 0.56% -
XYZ 5.87 3.33 26.72 -
YUV 42.04 185.54 110.14 -
System Red Green Blue C M Y K H S L
Decimal 17 35 144 0.88 0.76 0 0.44 231.5 0.79 0.32
Hex 11 23 90 58 4C 0 2C E7 4F 20
Octal 21 43 220 130 114 0 54 347 117 40
Binary 10001 100011 10010000 1011000 1001100 0 101100 11100111 1001111 100000

Color Harmonies of #112390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112390

Black with #112390

Text Example


Text Example

White with #112390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112390; }

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

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

background-color css

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

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

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

border-color css

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

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

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