Html Css Color HEX #111DB3 Egyptian Blue

📋 copy color: '#111DB3'

red 17 ◦ green 29 ◦ blue 179

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

Shades of Egyptian Blue #111DB3

Tints of Egyptian Blue #111DB3

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.89%

 BLUE value IS 179 (70.31% from 255) = 79.56%

R = 7.56%
G = 12.89%
B = 79.56%

CMYK

 C value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#111DB3 (or 0x111DB3) is known color: Egyptian Blue. HEX triplet: 11, 1D and B3. RGB value is (17,29,179). Sum of RGB (Red+Green+Blue) = 17+29+179=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 179 (70.31% from 255 or 79.56% from 225); Max value from RGB is 179 - color contains mainly: blue. Hex color #111DB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111DB3 is #EEE24C. Grayscale: #292929. Windows color (decimal): -15655501 or 11738385. OLE color: 11738385.

HSL color Cylindrical-coordinate representation of color #111DB3: hue angle of 235.56º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #111DB3 is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 17 29 179 -
CMYK 0.91 0.84 0 0.30
HSL 235.56º 0.83% 0.38% -
HSV(B) 235.56º 0.91% 0.7% -
XYZ 8.81 4.25 43 -
YUV 42.51 205.02 109.8 -
System Red Green Blue C M Y K H S L
Decimal 17 29 179 0.91 0.84 0 0.30 235.56 0.83 0.38
Hex 11 1D B3 5B 54 0 1E EC 53 26
Octal 21 35 263 133 124 0 36 354 123 46
Binary 10001 11101 10110011 1011011 1010100 0 11110 11101100 1010011 100110

Color Harmonies of #111DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111DB3

Black with #111DB3

Text Example


Text Example

White with #111DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,29,179); }

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

background-color css

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

 a { background-color: rgb(17,29,179); }

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

border-color css

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

 span { border-color: rgb(17,29,179); }

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