Html Css Color HEX #051436 Midnight Express

📋 copy color: '#051436'

red 5 ◦ green 20 ◦ blue 54

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

Shades of Midnight Express #051436

Tints of Midnight Express #051436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 68.35%

R = 6.33%
G = 25.32%
B = 68.35%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#051436 (or 0x051436) is known color: Midnight Express. HEX triplet: 05, 14 and 36. RGB value is (5,20,54). Sum of RGB (Red+Green+Blue) = 5+20+54=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 54 (21.48% from 255 or 68.35% from 79); Max value from RGB is 54 - color contains mainly: blue. Hex color #051436 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051436 is #FAEBC9. Grayscale: #131313. Windows color (decimal): -16444362 or 3544069. OLE color: 3544069.

HSL color Cylindrical-coordinate representation of color #051436: hue angle of 221.63º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #051436 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 20 54 -
CMYK 0.91 0.63 0 0.79
HSL 221.63º 0.83% 0.12% -
HSV(B) 221.63º 0.91% 0.21% -
XYZ 0.98 0.8 3.59 -
YUV 19.39 147.53 117.74 -
System Red Green Blue C M Y K H S L
Decimal 5 20 54 0.91 0.63 0 0.79 221.63 0.83 0.12
Hex 5 14 36 5B 3F 0 4F DE 53 C
Octal 5 24 66 133 77 0 117 336 123 14
Binary 101 10100 110110 1011011 111111 0 1001111 11011110 1010011 1100

Color Harmonies of #051436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051436

Black with #051436

Text Example


Text Example

White with #051436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051436; }

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

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

background-color css

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

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

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

border-color css

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

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

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