Html Css Color HEX #051332 Midnight Express

📋 copy color: '#051332'

red 5 ◦ green 19 ◦ blue 50

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

Shades of Midnight Express #051332

Tints of Midnight Express #051332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 67.57%

R = 6.76%
G = 25.68%
B = 67.57%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#051332 (or 0x051332) is known color: Midnight Express. HEX triplet: 05, 13 and 32. RGB value is (5,19,50). Sum of RGB (Red+Green+Blue) = 5+19+50=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 50 (19.92% from 255 or 67.57% from 74); Max value from RGB is 50 - color contains mainly: blue. Hex color #051332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051332 is #FAECCD. Grayscale: #121212. Windows color (decimal): -16444622 or 3281669. OLE color: 3281669.

HSL color Cylindrical-coordinate representation of color #051332: hue angle of 221.33º 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 #051332 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 19 50 -
CMYK 0.90 0.62 0 0.80
HSL 221.33º 0.82% 0.11% -
HSV(B) 221.33º 0.9% 0.2% -
XYZ 0.87 0.73 3.11 -
YUV 18.35 145.86 118.48 -
System Red Green Blue C M Y K H S L
Decimal 5 19 50 0.90 0.62 0 0.80 221.33 0.82 0.11
Hex 5 13 32 5A 3E 0 50 DD 52 B
Octal 5 23 62 132 76 0 120 335 122 13
Binary 101 10011 110010 1011010 111110 0 1010000 11011101 1010010 1011

Color Harmonies of #051332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051332

Black with #051332

Text Example


Text Example

White with #051332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051332; }

 p { color: rgb(5,19,50); }

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

background-color css

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

 a { background-color: rgb(5,19,50); }

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

border-color css

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

 span { border-color: rgb(5,19,50); }

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