Html Css Color HEX #051532 Midnight Express

📋 copy color: '#051532'

red 5 ◦ green 21 ◦ blue 50

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

Shades of Midnight Express #051532

Tints of Midnight Express #051532

RGB

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

 GREEN value IS 21 (8.59% from 255) = 27.63%

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

R = 6.58%
G = 27.63%
B = 65.79%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#051532 (or 0x051532) is known color: Midnight Express. HEX triplet: 05, 15 and 32. RGB value is (5,21,50). Sum of RGB (Red+Green+Blue) = 5+21+50=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 50 (19.92% from 255 or 65.79% from 76); Max value from RGB is 50 - color contains mainly: blue. Hex color #051532 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051532 is #FAEACD. Grayscale: #131313. Windows color (decimal): -16444110 or 3282181. OLE color: 3282181.

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

Color convert

RGB 5 21 50 -
CMYK 0.90 0.58 0 0.80
HSL 218.67º 0.82% 0.11% -
HSV(B) 218.67º 0.9% 0.2% -
XYZ 0.91 0.8 3.12 -
YUV 19.52 145.2 117.64 -
System Red Green Blue C M Y K H S L
Decimal 5 21 50 0.90 0.58 0 0.80 218.67 0.82 0.11
Hex 5 15 32 5A 3A 0 50 DB 52 B
Octal 5 25 62 132 72 0 120 333 122 13
Binary 101 10101 110010 1011010 111010 0 1010000 11011011 1010010 1011

Color Harmonies of #051532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051532

Black with #051532

Text Example


Text Example

White with #051532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051532; }

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

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

background-color css

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

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

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

border-color css

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

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

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