Html Css Color HEX #111D9F Egyptian Blue

📋 copy color: '#111D9F'

red 17 ◦ green 29 ◦ blue 159

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

Shades of Egyptian Blue #111D9F

Tints of Egyptian Blue #111D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 77.56%

R = 8.29%
G = 14.15%
B = 77.56%

CMYK

 C value IS 0.89

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#111D9F (or 0x111D9F) is known color: Egyptian Blue. HEX triplet: 11, 1D and 9F. RGB value is (17,29,159). Sum of RGB (Red+Green+Blue) = 17+29+159=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 159 (62.5% from 255 or 77.56% from 205); Max value from RGB is 159 - color contains mainly: blue. Hex color #111D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111D9F is #EEE260. Grayscale: #272727. Windows color (decimal): -15655521 or 10427665. OLE color: 10427665.

HSL color Cylindrical-coordinate representation of color #111D9F: hue angle of 234.93º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #111D9F is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 29 159 -
CMYK 0.89 0.82 0 0.38
HSL 234.93º 0.81% 0.35% -
HSV(B) 234.93º 0.89% 0.62% -
XYZ 6.93 3.5 33.11 -
YUV 40.23 195.02 111.43 -
System Red Green Blue C M Y K H S L
Decimal 17 29 159 0.89 0.82 0 0.38 234.93 0.81 0.35
Hex 11 1D 9F 59 52 0 26 EB 51 23
Octal 21 35 237 131 122 0 46 353 121 43
Binary 10001 11101 10011111 1011001 1010010 0 100110 11101011 1010001 100011

Color Harmonies of #111D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111D9F

Black with #111D9F

Text Example


Text Example

White with #111D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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