Html Css Color HEX #111F9F Egyptian Blue

📋 copy color: '#111F9F'

red 17 ◦ green 31 ◦ blue 159

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

Shades of Egyptian Blue #111F9F

Tints of Egyptian Blue #111F9F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.98%

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

R = 8.21%
G = 14.98%
B = 76.81%

CMYK

 C value IS 0.89

 M value IS 0.81

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#111F9F (or 0x111F9F) is known color: Egyptian Blue. HEX triplet: 11, 1F and 9F. RGB value is (17,31,159). Sum of RGB (Red+Green+Blue) = 17+31+159=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 31 (12.5% from 255 or 14.98% from 207); Blue value is 159 (62.5% from 255 or 76.81% from 207); Max value from RGB is 159 - color contains mainly: blue. Hex color #111F9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111F9F is #EEE060. Grayscale: #282828. Windows color (decimal): -15655009 or 10428177. OLE color: 10428177.

HSL color Cylindrical-coordinate representation of color #111F9F: hue angle of 234.08º 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 #111F9F is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 31 159 -
CMYK 0.89 0.81 0 0.38
HSL 234.08º 0.81% 0.35% -
HSV(B) 234.08º 0.89% 0.62% -
XYZ 6.98 3.6 33.13 -
YUV 41.41 194.36 110.59 -
System Red Green Blue C M Y K H S L
Decimal 17 31 159 0.89 0.81 0 0.38 234.08 0.81 0.35
Hex 11 1F 9F 59 51 0 26 EA 51 23
Octal 21 37 237 131 121 0 46 352 121 43
Binary 10001 11111 10011111 1011001 1010001 0 100110 11101010 1010001 100011

Color Harmonies of #111F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111F9F

Black with #111F9F

Text Example


Text Example

White with #111F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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