Html Css Color HEX #111CB0 Egyptian Blue

📋 copy color: '#111CB0'

red 17 ◦ green 28 ◦ blue 176

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

Shades of Egyptian Blue #111CB0

Tints of Egyptian Blue #111CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 79.64%

R = 7.69%
G = 12.67%
B = 79.64%

CMYK

 C value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#111CB0 (or 0x111CB0) is known color: Egyptian Blue. HEX triplet: 11, 1C and B0. RGB value is (17,28,176). Sum of RGB (Red+Green+Blue) = 17+28+176=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 176 (69.14% from 255 or 79.64% from 221); Max value from RGB is 176 - color contains mainly: blue. Hex color #111CB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111CB0 is #EEE34F. Grayscale: #282828. Windows color (decimal): -15655760 or 11541521. OLE color: 11541521.

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

Color convert

RGB 17 28 176 -
CMYK 0.90 0.84 0 0.31
HSL 235.85º 0.82% 0.38% -
HSV(B) 235.85º 0.9% 0.69% -
XYZ 8.48 4.08 41.42 -
YUV 41.58 203.86 110.47 -
System Red Green Blue C M Y K H S L
Decimal 17 28 176 0.90 0.84 0 0.31 235.85 0.82 0.38
Hex 11 1C B0 5A 54 0 1F EC 52 26
Octal 21 34 260 132 124 0 37 354 122 46
Binary 10001 11100 10110000 1011010 1010100 0 11111 11101100 1010010 100110

Color Harmonies of #111CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111CB0

Black with #111CB0

Text Example


Text Example

White with #111CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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