Html Css Color HEX #111BAC Egyptian Blue

📋 copy color: '#111BAC'

red 17 ◦ green 27 ◦ blue 172

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

Shades of Egyptian Blue #111BAC

Tints of Egyptian Blue #111BAC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.5%

 BLUE value IS 172 (67.58% from 255) = 79.63%

R = 7.87%
G = 12.5%
B = 79.63%

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

#111BAC (or 0x111BAC) is known color: Egyptian Blue. HEX triplet: 11, 1B and AC. RGB value is (17,27,172). Sum of RGB (Red+Green+Blue) = 17+27+172=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 27 (10.94% from 255 or 12.5% from 216); Blue value is 172 (67.58% from 255 or 79.63% from 216); Max value from RGB is 172 - color contains mainly: blue. Hex color #111BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111BAC is #EEE453. Grayscale: #272727. Windows color (decimal): -15656020 or 11279121. OLE color: 11279121.

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

Color convert

RGB 17 27 172 -
CMYK 0.90 0.84 0 0.33
HSL 236.13º 0.82% 0.37% -
HSV(B) 236.13º 0.9% 0.67% -
XYZ 8.07 3.88 39.35 -
YUV 40.54 202.19 111.21 -
System Red Green Blue C M Y K H S L
Decimal 17 27 172 0.90 0.84 0 0.33 236.13 0.82 0.37
Hex 11 1B AC 5A 54 0 21 EC 52 25
Octal 21 33 254 132 124 0 41 354 122 45
Binary 10001 11011 10101100 1011010 1010100 0 100001 11101100 1010010 100101

Color Harmonies of #111BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111BAC

Black with #111BAC

Text Example


Text Example

White with #111BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,27,172); }

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

background-color css

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

 a { background-color: rgb(17,27,172); }

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

border-color css

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

 span { border-color: rgb(17,27,172); }

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