Html Css Color HEX #111EAF Egyptian Blue

📋 copy color: '#111EAF'

red 17 ◦ green 30 ◦ blue 175

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

Shades of Egyptian Blue #111EAF

Tints of Egyptian Blue #111EAF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.51%

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

R = 7.66%
G = 13.51%
B = 78.83%

CMYK

 C value IS 0.90

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#111EAF (or 0x111EAF) is known color: Egyptian Blue. HEX triplet: 11, 1E and AF. RGB value is (17,30,175). Sum of RGB (Red+Green+Blue) = 17+30+175=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 30 (12.11% from 255 or 13.51% from 222); Blue value is 175 (68.75% from 255 or 78.83% from 222); Max value from RGB is 175 - color contains mainly: blue. Hex color #111EAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111EAF is #EEE150. Grayscale: #2A2A2A. Windows color (decimal): -15655249 or 11476497. OLE color: 11476497.

HSL color Cylindrical-coordinate representation of color #111EAF: hue angle of 235.06º 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 #111EAF is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 30 175 -
CMYK 0.90 0.83 0 0.31
HSL 235.06º 0.82% 0.38% -
HSV(B) 235.06º 0.9% 0.69% -
XYZ 8.43 4.14 40.91 -
YUV 42.64 202.69 109.71 -
System Red Green Blue C M Y K H S L
Decimal 17 30 175 0.90 0.83 0 0.31 235.06 0.82 0.38
Hex 11 1E AF 5A 53 0 1F EB 52 26
Octal 21 36 257 132 123 0 37 353 122 46
Binary 10001 11110 10101111 1011010 1010011 0 11111 11101011 1010010 100110

Color Harmonies of #111EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111EAF

Black with #111EAF

Text Example


Text Example

White with #111EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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