Html Css Color HEX #111334 Midnight Express

📋 copy color: '#111334'

red 17 ◦ green 19 ◦ blue 52

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

Shades of Midnight Express #111334

Tints of Midnight Express #111334

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.59%

 BLUE value IS 52 (20.7% from 255) = 59.09%

R = 19.32%
G = 21.59%
B = 59.09%

CMYK

 C value IS 0.67

 M value IS 0.63

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#111334 (or 0x111334) is known color: Midnight Express. HEX triplet: 11, 13 and 34. RGB value is (17,19,52). Sum of RGB (Red+Green+Blue) = 17+19+52=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 52 (20.70% from 255 or 59.09% from 88); Max value from RGB is 52 - color contains mainly: blue. Hex color #111334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111334 is #EEECCB. Grayscale: #161616. Windows color (decimal): -15658188 or 3412753. OLE color: 3412753.

HSL color Cylindrical-coordinate representation of color #111334: hue angle of 236.57º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #111334 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 19 52 -
CMYK 0.67 0.63 0 0.80
HSL 236.57º 0.51% 0.14% -
HSV(B) 236.57º 0.67% 0.2% -
XYZ 1.08 0.83 3.35 -
YUV 22.16 144.84 124.32 -
System Red Green Blue C M Y K H S L
Decimal 17 19 52 0.67 0.63 0 0.80 236.57 0.51 0.14
Hex 11 13 34 43 3F 0 50 ED 33 E
Octal 21 23 64 103 77 0 120 355 63 16
Binary 10001 10011 110100 1000011 111111 0 1010000 11101101 110011 1110

Color Harmonies of #111334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111334

Black with #111334

Text Example


Text Example

White with #111334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111334; }

 p { color: rgb(17,19,52); }

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

background-color css

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

 a { background-color: rgb(17,19,52); }

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

border-color css

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

 span { border-color: rgb(17,19,52); }

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