Html Css Color HEX #113EAF Egyptian Blue

📋 copy color: '#113EAF'

red 17 ◦ green 62 ◦ blue 175

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

Shades of Egyptian Blue #113EAF

Tints of Egyptian Blue #113EAF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.41%

 BLUE value IS 175 (68.75% from 255) = 68.9%

R = 6.69%
G = 24.41%
B = 68.9%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#113EAF (or 0x113EAF) is known color: Egyptian Blue. HEX triplet: 11, 3E and AF. RGB value is (17,62,175). Sum of RGB (Red+Green+Blue) = 17+62+175=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 62 (24.61% from 255 or 24.41% from 254); Blue value is 175 (68.75% from 255 or 68.90% from 254); Max value from RGB is 175 - color contains mainly: blue. Hex color #113EAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113EAF is #EEC150. Grayscale: #3C3C3C. Windows color (decimal): -15647057 or 11484689. OLE color: 11484689.

HSL color Cylindrical-coordinate representation of color #113EAF: hue angle of 222.91º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #113EAF is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 62 175 -
CMYK 0.90 0.65 0 0.31
HSL 222.91º 0.82% 0.38% -
HSV(B) 222.91º 0.9% 0.69% -
XYZ 9.69 6.66 41.33 -
YUV 61.43 192.09 96.31 -
System Red Green Blue C M Y K H S L
Decimal 17 62 175 0.90 0.65 0 0.31 222.91 0.82 0.38
Hex 11 3E AF 5A 41 0 1F DF 52 26
Octal 21 76 257 132 101 0 37 337 122 46
Binary 10001 111110 10101111 1011010 1000001 0 11111 11011111 1010010 100110

Color Harmonies of #113EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113EAF

Black with #113EAF

Text Example


Text Example

White with #113EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113EAF; }

 p { color: rgb(17,62,175); }

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

background-color css

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

 a { background-color: rgb(17,62,175); }

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

border-color css

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

 span { border-color: rgb(17,62,175); }

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