Html Css Color HEX #111F35 Midnight Express

📋 copy color: '#111F35'

red 17 ◦ green 31 ◦ blue 53

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

Shades of Midnight Express #111F35

Tints of Midnight Express #111F35

RGB

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

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

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

R = 16.83%
G = 30.69%
B = 52.48%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#111F35 (or 0x111F35) is known color: Midnight Express. HEX triplet: 11, 1F and 35. RGB value is (17,31,53). Sum of RGB (Red+Green+Blue) = 17+31+53=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 53 (21.09% from 255 or 52.48% from 101); Max value from RGB is 53 - color contains mainly: blue. Hex color #111F35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111F35 is #EEE0CA. Grayscale: #1D1D1D. Windows color (decimal): -15655115 or 3481361. OLE color: 3481361.

HSL color Cylindrical-coordinate representation of color #111F35: hue angle of 216.67º 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 #111F35 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 17 31 53 -
CMYK 0.68 0.42 0 0.79
HSL 216.67º 0.51% 0.14% -
HSV(B) 216.67º 0.68% 0.21% -
XYZ 1.36 1.36 3.56 -
YUV 29.32 141.36 119.21 -
System Red Green Blue C M Y K H S L
Decimal 17 31 53 0.68 0.42 0 0.79 216.67 0.51 0.14
Hex 11 1F 35 44 2A 0 4F D9 33 E
Octal 21 37 65 104 52 0 117 331 63 16
Binary 10001 11111 110101 1000100 101010 0 1001111 11011001 110011 1110

Color Harmonies of #111F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111F35

Black with #111F35

Text Example


Text Example

White with #111F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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