Html Css Color HEX #111FA3 Egyptian Blue

📋 copy color: '#111FA3'

red 17 ◦ green 31 ◦ blue 163

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

Shades of Egyptian Blue #111FA3

Tints of Egyptian Blue #111FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 77.25%

R = 8.06%
G = 14.69%
B = 77.25%

CMYK

 C value IS 0.90

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#111FA3 (or 0x111FA3) is known color: Egyptian Blue. HEX triplet: 11, 1F and A3. RGB value is (17,31,163). Sum of RGB (Red+Green+Blue) = 17+31+163=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 163 (64.06% from 255 or 77.25% from 211); Max value from RGB is 163 - color contains mainly: blue. Hex color #111FA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111FA3 is #EEE05C. Grayscale: #292929. Windows color (decimal): -15655005 or 10690321. OLE color: 10690321.

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

Color convert

RGB 17 31 163 -
CMYK 0.90 0.81 0 0.36
HSL 234.25º 0.81% 0.35% -
HSV(B) 234.25º 0.9% 0.64% -
XYZ 7.33 3.74 34.99 -
YUV 41.86 196.36 110.27 -
System Red Green Blue C M Y K H S L
Decimal 17 31 163 0.90 0.81 0 0.36 234.25 0.81 0.35
Hex 11 1F A3 5A 51 0 24 EA 51 23
Octal 21 37 243 132 121 0 44 352 121 43
Binary 10001 11111 10100011 1011010 1010001 0 100100 11101010 1010001 100011

Color Harmonies of #111FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111FA3

Black with #111FA3

Text Example


Text Example

White with #111FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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