Html Css Color HEX #114398 Egyptian Blue

📋 copy color: '#114398'

red 17 ◦ green 67 ◦ blue 152

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

Shades of Egyptian Blue #114398

Tints of Egyptian Blue #114398

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.39%

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

R = 7.2%
G = 28.39%
B = 64.41%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#114398 (or 0x114398) is known color: Egyptian Blue. HEX triplet: 11, 43 and 98. RGB value is (17,67,152). Sum of RGB (Red+Green+Blue) = 17+67+152=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 152 (59.77% from 255 or 64.41% from 236); Max value from RGB is 152 - color contains mainly: blue. Hex color #114398 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114398 is #EEBC67. Grayscale: #3D3D3D. Windows color (decimal): -15645800 or 9978641. OLE color: 9978641.

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

Color convert

RGB 17 67 152 -
CMYK 0.89 0.56 0 0.40
HSL 217.78º 0.8% 0.33% -
HSV(B) 217.78º 0.89% 0.6% -
XYZ 7.91 6.4 30.52 -
YUV 61.74 178.94 96.09 -
System Red Green Blue C M Y K H S L
Decimal 17 67 152 0.89 0.56 0 0.40 217.78 0.8 0.33
Hex 11 43 98 59 38 0 28 DA 50 21
Octal 21 103 230 131 70 0 50 332 120 41
Binary 10001 1000011 10011000 1011001 111000 0 101000 11011010 1010000 100001

Color Harmonies of #114398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114398

Black with #114398

Text Example


Text Example

White with #114398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114398; }

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

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

background-color css

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

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

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

border-color css

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

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

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