Html Css Color HEX #051534 Midnight Express

📋 copy color: '#051534'

red 5 ◦ green 21 ◦ blue 52

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

Shades of Midnight Express #051534

Tints of Midnight Express #051534

RGB

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

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

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

R = 6.41%
G = 26.92%
B = 66.67%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#051534 (or 0x051534) is known color: Midnight Express. HEX triplet: 05, 15 and 34. RGB value is (5,21,52). Sum of RGB (Red+Green+Blue) = 5+21+52=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 52 (20.70% from 255 or 66.67% from 78); Max value from RGB is 52 - color contains mainly: blue. Hex color #051534 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051534 is #FAEACB. Grayscale: #131313. Windows color (decimal): -16444108 or 3413253. OLE color: 3413253.

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

Color convert

RGB 5 21 52 -
CMYK 0.90 0.60 0 0.80
HSL 219.57º 0.82% 0.11% -
HSV(B) 219.57º 0.9% 0.2% -
XYZ 0.95 0.82 3.36 -
YUV 19.75 146.2 117.48 -
System Red Green Blue C M Y K H S L
Decimal 5 21 52 0.90 0.60 0 0.80 219.57 0.82 0.11
Hex 5 15 34 5A 3C 0 50 DC 52 B
Octal 5 25 64 132 74 0 120 334 122 13
Binary 101 10101 110100 1011010 111100 0 1010000 11011100 1010010 1011

Color Harmonies of #051534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051534

Black with #051534

Text Example


Text Example

White with #051534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051534; }

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

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

background-color css

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

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

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

border-color css

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

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

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