Html Css Color HEX #051434 Midnight Express

📋 copy color: '#051434'

red 5 ◦ green 20 ◦ blue 52

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

Shades of Midnight Express #051434

Tints of Midnight Express #051434

RGB

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

 GREEN value IS 20 (8.2% from 255) = 25.97%

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

R = 6.49%
G = 25.97%
B = 67.53%

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

#051434 (or 0x051434) is known color: Midnight Express. HEX triplet: 05, 14 and 34. RGB value is (5,20,52). Sum of RGB (Red+Green+Blue) = 5+20+52=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 52 (20.70% from 255 or 67.53% from 77); Max value from RGB is 52 - color contains mainly: blue. Hex color #051434 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051434 is #FAEBCB. Grayscale: #131313. Windows color (decimal): -16444364 or 3412997. OLE color: 3412997.

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

Color convert

RGB 5 20 52 -
CMYK 0.90 0.62 0 0.80
HSL 220.85º 0.82% 0.11% -
HSV(B) 220.85º 0.9% 0.2% -
XYZ 0.93 0.78 3.35 -
YUV 19.16 146.53 117.9 -
System Red Green Blue C M Y K H S L
Decimal 5 20 52 0.90 0.62 0 0.80 220.85 0.82 0.11
Hex 5 14 34 5A 3E 0 50 DD 52 B
Octal 5 24 64 132 76 0 120 335 122 13
Binary 101 10100 110100 1011010 111110 0 1010000 11011101 1010010 1011

Color Harmonies of #051434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051434

Black with #051434

Text Example


Text Example

White with #051434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051434; }

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

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

background-color css

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

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

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

border-color css

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

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

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