Html Css Color HEX #114498 Egyptian Blue

📋 copy color: '#114498'

red 17 ◦ green 68 ◦ blue 152

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

Shades of Egyptian Blue #114498

Tints of Egyptian Blue #114498

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.69%

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

R = 7.17%
G = 28.69%
B = 64.14%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#114498 (or 0x114498) is known color: Egyptian Blue. HEX triplet: 11, 44 and 98. RGB value is (17,68,152). Sum of RGB (Red+Green+Blue) = 17+68+152=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 152 (59.77% from 255 or 64.14% from 237); Max value from RGB is 152 - color contains mainly: blue. Hex color #114498 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114498 is #EEBB67. Grayscale: #3D3D3D. Windows color (decimal): -15645544 or 9978897. OLE color: 9978897.

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

Color convert

RGB 17 68 152 -
CMYK 0.89 0.55 0 0.40
HSL 217.33º 0.8% 0.33% -
HSV(B) 217.33º 0.89% 0.6% -
XYZ 7.97 6.52 30.54 -
YUV 62.33 178.6 95.67 -
System Red Green Blue C M Y K H S L
Decimal 17 68 152 0.89 0.55 0 0.40 217.33 0.8 0.33
Hex 11 44 98 59 37 0 28 D9 50 21
Octal 21 104 230 131 67 0 50 331 120 41
Binary 10001 1000100 10011000 1011001 110111 0 101000 11011001 1010000 100001

Color Harmonies of #114498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114498

Black with #114498

Text Example


Text Example

White with #114498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114498; }

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

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

background-color css

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

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

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

border-color css

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

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

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