Html Css Color HEX #114098 Egyptian Blue

📋 copy color: '#114098'

red 17 ◦ green 64 ◦ blue 152

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

Shades of Egyptian Blue #114098

Tints of Egyptian Blue #114098

RGB

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

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

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

R = 7.3%
G = 27.47%
B = 65.24%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#114098 (or 0x114098) is known color: Egyptian Blue. HEX triplet: 11, 40 and 98. RGB value is (17,64,152). Sum of RGB (Red+Green+Blue) = 17+64+152=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 152 (59.77% from 255 or 65.24% from 233); Max value from RGB is 152 - color contains mainly: blue. Hex color #114098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114098 is #EEBF67. Grayscale: #3B3B3B. Windows color (decimal): -15646568 or 9977873. OLE color: 9977873.

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

Color convert

RGB 17 64 152 -
CMYK 0.89 0.58 0 0.40
HSL 219.11º 0.8% 0.33% -
HSV(B) 219.11º 0.89% 0.6% -
XYZ 7.73 6.05 30.47 -
YUV 59.98 179.93 97.34 -
System Red Green Blue C M Y K H S L
Decimal 17 64 152 0.89 0.58 0 0.40 219.11 0.8 0.33
Hex 11 40 98 59 3A 0 28 DB 50 21
Octal 21 100 230 131 72 0 50 333 120 41
Binary 10001 1000000 10011000 1011001 111010 0 101000 11011011 1010000 100001

Color Harmonies of #114098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114098

Black with #114098

Text Example


Text Example

White with #114098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114098; }

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

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

background-color css

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

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

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

border-color css

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

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

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