Html Css Color HEX #111BB5 Egyptian Blue

📋 copy color: '#111BB5'

red 17 ◦ green 27 ◦ blue 181

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

Shades of Egyptian Blue #111BB5

Tints of Egyptian Blue #111BB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 80.44%

R = 7.56%
G = 12%
B = 80.44%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#111BB5 (or 0x111BB5) is known color: Egyptian Blue. HEX triplet: 11, 1B and B5. RGB value is (17,27,181). Sum of RGB (Red+Green+Blue) = 17+27+181=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 27 (10.94% from 255 or 12% from 225); Blue value is 181 (71.09% from 255 or 80.44% from 225); Max value from RGB is 181 - color contains mainly: blue. Hex color #111BB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111BB5 is #EEE44A. Grayscale: #282828. Windows color (decimal): -15656011 or 11868945. OLE color: 11868945.

HSL color Cylindrical-coordinate representation of color #111BB5: hue angle of 236.34º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #111BB5 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 17 27 181 -
CMYK 0.91 0.85 0 0.29
HSL 236.34º 0.83% 0.39% -
HSV(B) 236.34º 0.91% 0.71% -
XYZ 8.96 4.24 44.06 -
YUV 41.57 206.69 110.48 -
System Red Green Blue C M Y K H S L
Decimal 17 27 181 0.91 0.85 0 0.29 236.34 0.83 0.39
Hex 11 1B B5 5B 55 0 1D EC 53 27
Octal 21 33 265 133 125 0 35 354 123 47
Binary 10001 11011 10110101 1011011 1010101 0 11101 11101100 1010011 100111

Color Harmonies of #111BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111BB5

Black with #111BB5

Text Example


Text Example

White with #111BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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