Html Css Color HEX #111BA7 Egyptian Blue

📋 copy color: '#111BA7'

red 17 ◦ green 27 ◦ blue 167

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

Shades of Egyptian Blue #111BA7

Tints of Egyptian Blue #111BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 79.15%

R = 8.06%
G = 12.8%
B = 79.15%

CMYK

 C value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#111BA7 (or 0x111BA7) is known color: Egyptian Blue. HEX triplet: 11, 1B and A7. RGB value is (17,27,167). Sum of RGB (Red+Green+Blue) = 17+27+167=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 167 (65.62% from 255 or 79.15% from 211); Max value from RGB is 167 - color contains mainly: blue. Hex color #111BA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111BA7 is #EEE458. Grayscale: #272727. Windows color (decimal): -15656025 or 10951441. OLE color: 10951441.

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

Color convert

RGB 17 27 167 -
CMYK 0.90 0.84 0 0.35
HSL 236º 0.82% 0.36% -
HSV(B) 236º 0.9% 0.65% -
XYZ 7.6 3.69 36.87 -
YUV 39.97 199.69 111.62 -
System Red Green Blue C M Y K H S L
Decimal 17 27 167 0.90 0.84 0 0.35 236 0.82 0.36
Hex 11 1B A7 5A 54 0 23 EC 52 24
Octal 21 33 247 132 124 0 43 354 122 44
Binary 10001 11011 10100111 1011010 1010100 0 100011 11101100 1010010 100100

Color Harmonies of #111BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111BA7

Black with #111BA7

Text Example


Text Example

White with #111BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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