Html Css Color HEX #111FA8 Egyptian Blue

📋 copy color: '#111FA8'

red 17 ◦ green 31 ◦ blue 168

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

Shades of Egyptian Blue #111FA8

Tints of Egyptian Blue #111FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 77.78%

R = 7.87%
G = 14.35%
B = 77.78%

CMYK

 C value IS 0.90

 M value IS 0.82

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#111FA8 (or 0x111FA8) is known color: Egyptian Blue. HEX triplet: 11, 1F and A8. RGB value is (17,31,168). Sum of RGB (Red+Green+Blue) = 17+31+168=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 31 (12.5% from 255 or 14.35% from 216); Blue value is 168 (66.02% from 255 or 77.78% from 216); Max value from RGB is 168 - color contains mainly: blue. Hex color #111FA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111FA8 is #EEE057. Grayscale: #292929. Windows color (decimal): -15655000 or 11018001. OLE color: 11018001.

HSL color Cylindrical-coordinate representation of color #111FA8: hue angle of 234.44º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #111FA8 is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 17 31 168 -
CMYK 0.90 0.82 0 0.34
HSL 234.44º 0.82% 0.36% -
HSV(B) 234.44º 0.9% 0.66% -
XYZ 7.79 3.93 37.39 -
YUV 42.43 198.86 109.86 -
System Red Green Blue C M Y K H S L
Decimal 17 31 168 0.90 0.82 0 0.34 234.44 0.82 0.36
Hex 11 1F A8 5A 52 0 22 EA 52 24
Octal 21 37 250 132 122 0 42 352 122 44
Binary 10001 11111 10101000 1011010 1010010 0 100010 11101010 1010010 100100

Color Harmonies of #111FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111FA8

Black with #111FA8

Text Example


Text Example

White with #111FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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