Html Css Color HEX #114199 Egyptian Blue

📋 copy color: '#114199'

red 17 ◦ green 65 ◦ blue 153

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

Shades of Egyptian Blue #114199

Tints of Egyptian Blue #114199

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.66%

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

R = 7.23%
G = 27.66%
B = 65.11%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#114199 (or 0x114199) is known color: Egyptian Blue. HEX triplet: 11, 41 and 99. RGB value is (17,65,153). Sum of RGB (Red+Green+Blue) = 17+65+153=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #114199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114199 is #EEBE66. Grayscale: #3C3C3C. Windows color (decimal): -15646311 or 10043665. OLE color: 10043665.

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

Color convert

RGB 17 65 153 -
CMYK 0.89 0.58 0 0.4
HSL 218.82º 0.8% 0.33% -
HSV(B) 218.82º 0.89% 0.6% -
XYZ 7.87 6.2 30.92 -
YUV 60.68 180.1 96.84 -
System Red Green Blue C M Y K H S L
Decimal 17 65 153 0.89 0.58 0 0.4 218.82 0.8 0.33
Hex 11 41 99 59 3A 0 28 DB 50 21
Octal 21 101 231 131 72 0 50 333 120 41
Binary 10001 1000001 10011001 1011001 111010 0 101000 11011011 1010000 100001

Color Harmonies of #114199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114199

Black with #114199

Text Example


Text Example

White with #114199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114199; }

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

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

background-color css

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

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

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

border-color css

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

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

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