Html Css Color HEX #111CAB Egyptian Blue

📋 copy color: '#111CAB'

red 17 ◦ green 28 ◦ blue 171

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

Shades of Egyptian Blue #111CAB

Tints of Egyptian Blue #111CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.96%

 BLUE value IS 171 (67.19% from 255) = 79.17%

R = 7.87%
G = 12.96%
B = 79.17%

CMYK

 C value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#111CAB (or 0x111CAB) is known color: Egyptian Blue. HEX triplet: 11, 1C and AB. RGB value is (17,28,171). Sum of RGB (Red+Green+Blue) = 17+28+171=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 171 (67.19% from 255 or 79.17% from 216); Max value from RGB is 171 - color contains mainly: blue. Hex color #111CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111CAB is #EEE354. Grayscale: #282828. Windows color (decimal): -15655765 or 11213841. OLE color: 11213841.

HSL color Cylindrical-coordinate representation of color #111CAB: hue angle of 235.71º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #111CAB is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 28 171 -
CMYK 0.90 0.84 0 0.33
HSL 235.71º 0.82% 0.37% -
HSV(B) 235.71º 0.9% 0.67% -
XYZ 8 3.89 38.86 -
YUV 41.01 201.36 110.87 -
System Red Green Blue C M Y K H S L
Decimal 17 28 171 0.90 0.84 0 0.33 235.71 0.82 0.37
Hex 11 1C AB 5A 54 0 21 EC 52 25
Octal 21 34 253 132 124 0 41 354 122 45
Binary 10001 11100 10101011 1011010 1010100 0 100001 11101100 1010010 100101

Color Harmonies of #111CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111CAB

Black with #111CAB

Text Example


Text Example

White with #111CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,28,171); }

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

background-color css

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

 a { background-color: rgb(17,28,171); }

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

border-color css

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

 span { border-color: rgb(17,28,171); }

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