Html Css Color HEX #112899 Egyptian Blue

📋 copy color: '#112899'

red 17 ◦ green 40 ◦ blue 153

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

Shades of Egyptian Blue #112899

Tints of Egyptian Blue #112899

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.05%

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

R = 8.1%
G = 19.05%
B = 72.86%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#112899 (or 0x112899) is known color: Egyptian Blue. HEX triplet: 11, 28 and 99. RGB value is (17,40,153). Sum of RGB (Red+Green+Blue) = 17+40+153=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 153 (60.16% from 255 or 72.86% from 210); Max value from RGB is 153 - color contains mainly: blue. Hex color #112899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112899 is #EED766. Grayscale: #2D2D2D. Windows color (decimal): -15652711 or 10037265. OLE color: 10037265.

HSL color Cylindrical-coordinate representation of color #112899: hue angle of 229.85º 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 #112899 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 17 40 153 -
CMYK 0.89 0.74 0 0.4
HSL 229.85º 0.8% 0.33% -
HSV(B) 229.85º 0.89% 0.6% -
XYZ 6.74 3.94 30.54 -
YUV 46.01 188.38 107.31 -
System Red Green Blue C M Y K H S L
Decimal 17 40 153 0.89 0.74 0 0.4 229.85 0.8 0.33
Hex 11 28 99 59 4A 0 28 E6 50 21
Octal 21 50 231 131 112 0 50 346 120 41
Binary 10001 101000 10011001 1011001 1001010 0 101000 11100110 1010000 100001

Color Harmonies of #112899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112899

Black with #112899

Text Example


Text Example

White with #112899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112899; }

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

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

background-color css

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

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

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

border-color css

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

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

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