Html Css Color HEX #114198 Egyptian Blue

📋 copy color: '#114198'

red 17 ◦ green 65 ◦ blue 152

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

Shades of Egyptian Blue #114198

Tints of Egyptian Blue #114198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 64.96%

R = 7.26%
G = 27.78%
B = 64.96%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#114198 (or 0x114198) is known color: Egyptian Blue. HEX triplet: 11, 41 and 98. RGB value is (17,65,152). Sum of RGB (Red+Green+Blue) = 17+65+152=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 152 (59.77% from 255 or 64.96% from 234); Max value from RGB is 152 - color contains mainly: blue. Hex color #114198 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114198 is #EEBE67. Grayscale: #3C3C3C. Windows color (decimal): -15646312 or 9978129. OLE color: 9978129.

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

Color convert

RGB 17 65 152 -
CMYK 0.89 0.57 0 0.40
HSL 218.67º 0.8% 0.33% -
HSV(B) 218.67º 0.89% 0.6% -
XYZ 7.79 6.17 30.49 -
YUV 60.57 179.6 96.93 -
System Red Green Blue C M Y K H S L
Decimal 17 65 152 0.89 0.57 0 0.40 218.67 0.8 0.33
Hex 11 41 98 59 39 0 28 DB 50 21
Octal 21 101 230 131 71 0 50 333 120 41
Binary 10001 1000001 10011000 1011001 111001 0 101000 11011011 1010000 100001

Color Harmonies of #114198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114198

Black with #114198

Text Example


Text Example

White with #114198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114198; }

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

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

background-color css

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

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

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

border-color css

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

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

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