Html Css Color HEX #111D41 Midnight Express

📋 copy color: '#111D41'

red 17 ◦ green 29 ◦ blue 65

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

Shades of Midnight Express #111D41

Tints of Midnight Express #111D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 58.56%

R = 15.32%
G = 26.13%
B = 58.56%

CMYK

 C value IS 0.74

 M value IS 0.55

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#111D41 (or 0x111D41) is known color: Midnight Express. HEX triplet: 11, 1D and 41. RGB value is (17,29,65). Sum of RGB (Red+Green+Blue) = 17+29+65=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 29 (11.72% from 255 or 26.13% from 111); Blue value is 65 (25.78% from 255 or 58.56% from 111); Max value from RGB is 65 - color contains mainly: blue. Hex color #111D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111D41 is #EEE2BE. Grayscale: #1D1D1D. Windows color (decimal): -15655615 or 4267281. OLE color: 4267281.

HSL color Cylindrical-coordinate representation of color #111D41: hue angle of 225º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #111D41 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 29 65 -
CMYK 0.74 0.55 0 0.75
HSL 225º 0.59% 0.16% -
HSV(B) 225º 0.74% 0.25% -
XYZ 1.62 1.38 5.18 -
YUV 29.52 148.02 119.07 -
System Red Green Blue C M Y K H S L
Decimal 17 29 65 0.74 0.55 0 0.75 225 0.59 0.16
Hex 11 1D 41 4A 37 0 4B E1 3B 10
Octal 21 35 101 112 67 0 113 341 73 20
Binary 10001 11101 1000001 1001010 110111 0 1001011 11100001 111011 10000

Color Harmonies of #111D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111D41

Black with #111D41

Text Example


Text Example

White with #111D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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