Html Css Color HEX #111AAF Egyptian Blue

📋 copy color: '#111AAF'

red 17 ◦ green 26 ◦ blue 175

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

Shades of Egyptian Blue #111AAF

Tints of Egyptian Blue #111AAF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.93%

 BLUE value IS 175 (68.75% from 255) = 80.28%

R = 7.8%
G = 11.93%
B = 80.28%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#111AAF (or 0x111AAF) is known color: Egyptian Blue. HEX triplet: 11, 1A and AF. RGB value is (17,26,175). Sum of RGB (Red+Green+Blue) = 17+26+175=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 175 (68.75% from 255 or 80.28% from 218); Max value from RGB is 175 - color contains mainly: blue. Hex color #111AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111AAF is #EEE550. Grayscale: #272727. Windows color (decimal): -15656273 or 11475473. OLE color: 11475473.

HSL color Cylindrical-coordinate representation of color #111AAF: hue angle of 236.58º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #111AAF is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 26 175 -
CMYK 0.90 0.85 0 0.31
HSL 236.58º 0.82% 0.38% -
HSV(B) 236.58º 0.9% 0.69% -
XYZ 8.34 3.95 40.88 -
YUV 40.3 204.02 111.38 -
System Red Green Blue C M Y K H S L
Decimal 17 26 175 0.90 0.85 0 0.31 236.58 0.82 0.38
Hex 11 1A AF 5A 55 0 1F ED 52 26
Octal 21 32 257 132 125 0 37 355 122 46
Binary 10001 11010 10101111 1011010 1010101 0 11111 11101101 1010010 100110

Color Harmonies of #111AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111AAF

Black with #111AAF

Text Example


Text Example

White with #111AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,26,175); }

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

background-color css

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

 a { background-color: rgb(17,26,175); }

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

border-color css

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

 span { border-color: rgb(17,26,175); }

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