Html Css Color HEX #111D35 Midnight Express

📋 copy color: '#111D35'

red 17 ◦ green 29 ◦ blue 53

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

Shades of Midnight Express #111D35

Tints of Midnight Express #111D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 53.54%

R = 17.17%
G = 29.29%
B = 53.54%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#111D35 (or 0x111D35) is known color: Midnight Express. HEX triplet: 11, 1D and 35. RGB value is (17,29,53). Sum of RGB (Red+Green+Blue) = 17+29+53=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 29 (11.72% from 255 or 29.29% from 99); Blue value is 53 (21.09% from 255 or 53.54% from 99); Max value from RGB is 53 - color contains mainly: blue. Hex color #111D35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111D35 is #EEE2CA. Grayscale: #1C1C1C. Windows color (decimal): -15655627 or 3480849. OLE color: 3480849.

HSL color Cylindrical-coordinate representation of color #111D35: hue angle of 220º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #111D35 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 17 29 53 -
CMYK 0.68 0.45 0 0.79
HSL 220º 0.51% 0.14% -
HSV(B) 220º 0.68% 0.21% -
XYZ 1.31 1.25 3.54 -
YUV 28.15 142.02 120.05 -
System Red Green Blue C M Y K H S L
Decimal 17 29 53 0.68 0.45 0 0.79 220 0.51 0.14
Hex 11 1D 35 44 2D 0 4F DC 33 E
Octal 21 35 65 104 55 0 117 334 63 16
Binary 10001 11101 110101 1000100 101101 0 1001111 11011100 110011 1110

Color Harmonies of #111D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111D35

Black with #111D35

Text Example


Text Example

White with #111D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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