Html Css Color HEX #114097 Egyptian Blue

📋 copy color: '#114097'

red 17 ◦ green 64 ◦ blue 151

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

Shades of Egyptian Blue #114097

Tints of Egyptian Blue #114097

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.59%

 BLUE value IS 151 (59.38% from 255) = 65.09%

R = 7.33%
G = 27.59%
B = 65.09%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#114097 (or 0x114097) is known color: Egyptian Blue. HEX triplet: 11, 40 and 97. RGB value is (17,64,151). Sum of RGB (Red+Green+Blue) = 17+64+151=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 151 (59.38% from 255 or 65.09% from 232); Max value from RGB is 151 - color contains mainly: blue. Hex color #114097 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114097 is #EEBF68. Grayscale: #3B3B3B. Windows color (decimal): -15646569 or 9912337. OLE color: 9912337.

HSL color Cylindrical-coordinate representation of color #114097: hue angle of 218.96º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #114097 is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 64 151 -
CMYK 0.89 0.58 0 0.41
HSL 218.96º 0.8% 0.33% -
HSV(B) 218.96º 0.89% 0.59% -
XYZ 7.65 6.02 30.04 -
YUV 59.87 179.43 97.43 -
System Red Green Blue C M Y K H S L
Decimal 17 64 151 0.89 0.58 0 0.41 218.96 0.8 0.33
Hex 11 40 97 59 3A 0 29 DB 50 21
Octal 21 100 227 131 72 0 51 333 120 41
Binary 10001 1000000 10010111 1011001 111010 0 101001 11011011 1010000 100001

Color Harmonies of #114097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114097

Black with #114097

Text Example


Text Example

White with #114097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114097; }

 p { color: rgb(17,64,151); }

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

background-color css

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

 a { background-color: rgb(17,64,151); }

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

border-color css

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

 span { border-color: rgb(17,64,151); }

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