Html Css Color HEX #051440 Midnight Express

📋 copy color: '#051440'

red 5 ◦ green 20 ◦ blue 64

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

Shades of Midnight Express #051440

Tints of Midnight Express #051440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 71.91%

R = 5.62%
G = 22.47%
B = 71.91%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#051440 (or 0x051440) is known color: Midnight Express. HEX triplet: 05, 14 and 40. RGB value is (5,20,64). Sum of RGB (Red+Green+Blue) = 5+20+64=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 64 (25.39% from 255 or 71.91% from 89); Max value from RGB is 64 - color contains mainly: blue. Hex color #051440 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051440 is #FAEBBF. Grayscale: #141414. Windows color (decimal): -16444352 or 4199429. OLE color: 4199429.

HSL color Cylindrical-coordinate representation of color #051440: hue angle of 224.75º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #051440 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 20 64 -
CMYK 0.92 0.69 0 0.75
HSL 224.75º 0.86% 0.14% -
HSV(B) 224.75º 0.92% 0.25% -
XYZ 1.24 0.9 4.96 -
YUV 20.53 152.53 116.92 -
System Red Green Blue C M Y K H S L
Decimal 5 20 64 0.92 0.69 0 0.75 224.75 0.86 0.14
Hex 5 14 40 5C 45 0 4B E1 56 E
Octal 5 24 100 134 105 0 113 341 126 16
Binary 101 10100 1000000 1011100 1000101 0 1001011 11100001 1010110 1110

Color Harmonies of #051440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051440

Black with #051440

Text Example


Text Example

White with #051440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051440; }

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

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

background-color css

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

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

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

border-color css

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

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

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