Html Css Color HEX #111FA7 Egyptian Blue

📋 copy color: '#111FA7'

red 17 ◦ green 31 ◦ blue 167

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

Shades of Egyptian Blue #111FA7

Tints of Egyptian Blue #111FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 77.67%

R = 7.91%
G = 14.42%
B = 77.67%

CMYK

 C value IS 0.90

 M value IS 0.81

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#111FA7 (or 0x111FA7) is known color: Egyptian Blue. HEX triplet: 11, 1F and A7. RGB value is (17,31,167). Sum of RGB (Red+Green+Blue) = 17+31+167=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 167 (65.62% from 255 or 77.67% from 215); Max value from RGB is 167 - color contains mainly: blue. Hex color #111FA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111FA7 is #EEE058. Grayscale: #292929. Windows color (decimal): -15655001 or 10952465. OLE color: 10952465.

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

Color convert

RGB 17 31 167 -
CMYK 0.90 0.81 0 0.35
HSL 234.4º 0.82% 0.36% -
HSV(B) 234.4º 0.9% 0.65% -
XYZ 7.7 3.89 36.9 -
YUV 42.32 198.36 109.94 -
System Red Green Blue C M Y K H S L
Decimal 17 31 167 0.90 0.81 0 0.35 234.4 0.82 0.36
Hex 11 1F A7 5A 51 0 23 EA 52 24
Octal 21 37 247 132 121 0 43 352 122 44
Binary 10001 11111 10100111 1011010 1010001 0 100011 11101010 1010010 100100

Color Harmonies of #111FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111FA7

Black with #111FA7

Text Example


Text Example

White with #111FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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