Html Css Color HEX #113995 Egyptian Blue

📋 copy color: '#113995'

red 17 ◦ green 57 ◦ blue 149

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

Shades of Egyptian Blue #113995

Tints of Egyptian Blue #113995

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.56%

 BLUE value IS 149 (58.59% from 255) = 66.82%

R = 7.62%
G = 25.56%
B = 66.82%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#113995 (or 0x113995) is known color: Egyptian Blue. HEX triplet: 11, 39 and 95. RGB value is (17,57,149). Sum of RGB (Red+Green+Blue) = 17+57+149=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 149 (58.59% from 255 or 66.82% from 223); Max value from RGB is 149 - color contains mainly: blue. Hex color #113995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113995 is #EEC66A. Grayscale: #373737. Windows color (decimal): -15648363 or 9779473. OLE color: 9779473.

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

Color convert

RGB 17 57 149 -
CMYK 0.89 0.62 0 0.42
HSL 221.82º 0.8% 0.33% -
HSV(B) 221.82º 0.89% 0.58% -
XYZ 7.12 5.22 29.07 -
YUV 55.53 180.75 100.52 -
System Red Green Blue C M Y K H S L
Decimal 17 57 149 0.89 0.62 0 0.42 221.82 0.8 0.33
Hex 11 39 95 59 3E 0 2A DE 50 21
Octal 21 71 225 131 76 0 52 336 120 41
Binary 10001 111001 10010101 1011001 111110 0 101010 11011110 1010000 100001

Color Harmonies of #113995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113995

Black with #113995

Text Example


Text Example

White with #113995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113995; }

 p { color: rgb(17,57,149); }

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

background-color css

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

 a { background-color: rgb(17,57,149); }

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

border-color css

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

 span { border-color: rgb(17,57,149); }

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