Html Css Color HEX #111CB5 Egyptian Blue

📋 copy color: '#111CB5'

red 17 ◦ green 28 ◦ blue 181

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

Shades of Egyptian Blue #111CB5

Tints of Egyptian Blue #111CB5

RGB

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

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

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

R = 7.52%
G = 12.39%
B = 80.09%

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

#111CB5 (or 0x111CB5) is known color: Egyptian Blue. HEX triplet: 11, 1C and B5. RGB value is (17,28,181). Sum of RGB (Red+Green+Blue) = 17+28+181=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 181 (71.09% from 255 or 80.09% from 226); Max value from RGB is 181 - color contains mainly: blue. Hex color #111CB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111CB5 is #EEE34A. Grayscale: #292929. Windows color (decimal): -15655755 or 11869201. OLE color: 11869201.

HSL color Cylindrical-coordinate representation of color #111CB5: hue angle of 235.98º 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 #111CB5 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 17 28 181 -
CMYK 0.91 0.85 0 0.29
HSL 235.98º 0.83% 0.39% -
HSV(B) 235.98º 0.91% 0.71% -
XYZ 8.99 4.29 44.07 -
YUV 42.15 206.36 110.06 -
System Red Green Blue C M Y K H S L
Decimal 17 28 181 0.91 0.85 0 0.29 235.98 0.83 0.39
Hex 11 1C B5 5B 55 0 1D EC 53 27
Octal 21 34 265 133 125 0 35 354 123 47
Binary 10001 11100 10110101 1011011 1010101 0 11101 11101100 1010011 100111

Color Harmonies of #111CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111CB5

Black with #111CB5

Text Example


Text Example

White with #111CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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