Html Css Color HEX #111FAA Egyptian Blue

📋 copy color: '#111FAA'

red 17 ◦ green 31 ◦ blue 170

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

Shades of Egyptian Blue #111FAA

Tints of Egyptian Blue #111FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.22%

 BLUE value IS 170 (66.8% from 255) = 77.98%

R = 7.8%
G = 14.22%
B = 77.98%

CMYK

 C value IS 0.9

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#111FAA (or 0x111FAA) is known color: Egyptian Blue. HEX triplet: 11, 1F and AA. RGB value is (17,31,170). Sum of RGB (Red+Green+Blue) = 17+31+170=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 170 (66.80% from 255 or 77.98% from 218); Max value from RGB is 170 - color contains mainly: blue. Hex color #111FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111FAA is #EEE055. Grayscale: #2A2A2A. Windows color (decimal): -15654998 or 11149073. OLE color: 11149073.

HSL color Cylindrical-coordinate representation of color #111FAA: hue angle of 234.51º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #111FAA is Cyan = 0.9, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 31 170 -
CMYK 0.9 0.82 0 0.33
HSL 234.51º 0.82% 0.37% -
HSV(B) 234.51º 0.9% 0.67% -
XYZ 7.98 4 38.38 -
YUV 42.66 199.86 109.7 -
System Red Green Blue C M Y K H S L
Decimal 17 31 170 0.9 0.82 0 0.33 234.51 0.82 0.37
Hex 11 1F AA 5A 52 0 21 EB 52 25
Octal 21 37 252 132 122 0 41 353 122 45
Binary 10001 11111 10101010 1011010 1010010 0 100001 11101011 1010010 100101

Color Harmonies of #111FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111FAA

Black with #111FAA

Text Example


Text Example

White with #111FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,31,170); }

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

background-color css

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

 a { background-color: rgb(17,31,170); }

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

border-color css

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

 span { border-color: rgb(17,31,170); }

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