Html Css Color HEX #111DB6 Egyptian Blue

📋 copy color: '#111DB6'

red 17 ◦ green 29 ◦ blue 182

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

Shades of Egyptian Blue #111DB6

Tints of Egyptian Blue #111DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 79.82%

R = 7.46%
G = 12.72%
B = 79.82%

CMYK

 C value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#111DB6 (or 0x111DB6) is known color: Egyptian Blue. HEX triplet: 11, 1D and B6. RGB value is (17,29,182). Sum of RGB (Red+Green+Blue) = 17+29+182=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 29 (11.72% from 255 or 12.72% from 228); Blue value is 182 (71.48% from 255 or 79.82% from 228); Max value from RGB is 182 - color contains mainly: blue. Hex color #111DB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111DB6 is #EEE249. Grayscale: #2A2A2A. Windows color (decimal): -15655498 or 11934993. OLE color: 11934993.

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

Color convert

RGB 17 29 182 -
CMYK 0.91 0.84 0 0.29
HSL 235.64º 0.83% 0.39% -
HSV(B) 235.64º 0.91% 0.71% -
XYZ 9.11 4.38 44.62 -
YUV 42.85 206.52 109.56 -
System Red Green Blue C M Y K H S L
Decimal 17 29 182 0.91 0.84 0 0.29 235.64 0.83 0.39
Hex 11 1D B6 5B 54 0 1D EC 53 27
Octal 21 35 266 133 124 0 35 354 123 47
Binary 10001 11101 10110110 1011011 1010100 0 11101 11101100 1010011 100111

Color Harmonies of #111DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111DB6

Black with #111DB6

Text Example


Text Example

White with #111DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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