Html Css Color HEX #111D4F Midnight Express

📋 copy color: '#111D4F'

red 17 ◦ green 29 ◦ blue 79

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

Shades of Midnight Express #111D4F

Tints of Midnight Express #111D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 63.2%

R = 13.6%
G = 23.2%
B = 63.2%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#111D4F (or 0x111D4F) is known color: Midnight Express. HEX triplet: 11, 1D and 4F. RGB value is (17,29,79). Sum of RGB (Red+Green+Blue) = 17+29+79=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 29 (11.72% from 255 or 23.2% from 125); Blue value is 79 (31.25% from 255 or 63.2% from 125); Max value from RGB is 79 - color contains mainly: blue. Hex color #111D4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111D4F is #EEE2B0. Grayscale: #1E1E1E. Windows color (decimal): -15655601 or 5184785. OLE color: 5184785.

HSL color Cylindrical-coordinate representation of color #111D4F: hue angle of 228.39º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #111D4F is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 29 79 -
CMYK 0.78 0.63 0 0.69
HSL 228.39º 0.65% 0.19% -
HSV(B) 228.39º 0.78% 0.31% -
XYZ 2.08 1.56 7.59 -
YUV 31.11 155.02 117.93 -
System Red Green Blue C M Y K H S L
Decimal 17 29 79 0.78 0.63 0 0.69 228.39 0.65 0.19
Hex 11 1D 4F 4E 3F 0 45 E4 41 13
Octal 21 35 117 116 77 0 105 344 101 23
Binary 10001 11101 1001111 1001110 111111 0 1000101 11100100 1000001 10011

Color Harmonies of #111D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111D4F

Black with #111D4F

Text Example


Text Example

White with #111D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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