Html Css Color HEX #111FA2 Egyptian Blue

📋 copy color: '#111FA2'

red 17 ◦ green 31 ◦ blue 162

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

Shades of Egyptian Blue #111FA2

Tints of Egyptian Blue #111FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 77.14%

R = 8.1%
G = 14.76%
B = 77.14%

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

#111FA2 (or 0x111FA2) is known color: Egyptian Blue. HEX triplet: 11, 1F and A2. RGB value is (17,31,162). Sum of RGB (Red+Green+Blue) = 17+31+162=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 162 (63.67% from 255 or 77.14% from 210); Max value from RGB is 162 - color contains mainly: blue. Hex color #111FA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111FA2 is #EEE05D. Grayscale: #292929. Windows color (decimal): -15655006 or 10624785. OLE color: 10624785.

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

Color convert

RGB 17 31 162 -
CMYK 0.90 0.81 0 0.36
HSL 234.21º 0.81% 0.35% -
HSV(B) 234.21º 0.9% 0.64% -
XYZ 7.24 3.71 34.52 -
YUV 41.75 195.86 110.35 -
System Red Green Blue C M Y K H S L
Decimal 17 31 162 0.90 0.81 0 0.36 234.21 0.81 0.35
Hex 11 1F A2 5A 51 0 24 EA 51 23
Octal 21 37 242 132 121 0 44 352 121 43
Binary 10001 11111 10100010 1011010 1010001 0 100100 11101010 1010001 100011

Color Harmonies of #111FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111FA2

Black with #111FA2

Text Example


Text Example

White with #111FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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