Html Css Color HEX #051133 Midnight Express

📋 copy color: '#051133'

red 5 ◦ green 17 ◦ blue 51

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

Shades of Midnight Express #051133

Tints of Midnight Express #051133

RGB

 RED value IS 5 (2.34% from 255) = 6.85%

 GREEN value IS 17 (7.03% from 255) = 23.29%

 BLUE value IS 51 (20.31% from 255) = 69.86%

R = 6.85%
G = 23.29%
B = 69.86%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#051133 (or 0x051133) is known color: Midnight Express. HEX triplet: 05, 11 and 33. RGB value is (5,17,51). Sum of RGB (Red+Green+Blue) = 5+17+51=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 51 (20.31% from 255 or 69.86% from 73); Max value from RGB is 51 - color contains mainly: blue. Hex color #051133 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051133 is #FAEECC. Grayscale: #111111. Windows color (decimal): -16445133 or 3346693. OLE color: 3346693.

HSL color Cylindrical-coordinate representation of color #051133: hue angle of 224.35º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #051133 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 5 17 51 -
CMYK 0.90 0.67 0 0.8
HSL 224.35º 0.82% 0.11% -
HSV(B) 224.35º 0.9% 0.2% -
XYZ 0.86 0.67 3.22 -
YUV 17.29 147.02 119.24 -
System Red Green Blue C M Y K H S L
Decimal 5 17 51 0.90 0.67 0 0.8 224.35 0.82 0.11
Hex 5 11 33 5A 43 0 50 E0 52 B
Octal 5 21 63 132 103 0 120 340 122 13
Binary 101 10001 110011 1011010 1000011 0 1010000 11100000 1010010 1011

Color Harmonies of #051133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051133

Black with #051133

Text Example


Text Example

White with #051133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051133; }

 p { color: rgb(5,17,51); }

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

background-color css

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

 a { background-color: rgb(5,17,51); }

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

border-color css

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

 span { border-color: rgb(5,17,51); }

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