Html Css Color HEX #051437 Midnight Express

📋 copy color: '#051437'

red 5 ◦ green 20 ◦ blue 55

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

Shades of Midnight Express #051437

Tints of Midnight Express #051437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 68.75%

R = 6.25%
G = 25%
B = 68.75%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#051437 (or 0x051437) is known color: Midnight Express. HEX triplet: 05, 14 and 37. RGB value is (5,20,55). Sum of RGB (Red+Green+Blue) = 5+20+55=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 55 (21.88% from 255 or 68.75% from 80); Max value from RGB is 55 - color contains mainly: blue. Hex color #051437 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051437 is #FAEBC8. Grayscale: #131313. Windows color (decimal): -16444361 or 3609605. OLE color: 3609605.

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

Color convert

RGB 5 20 55 -
CMYK 0.91 0.64 0 0.78
HSL 222º 0.83% 0.12% -
HSV(B) 222º 0.91% 0.22% -
XYZ 1 0.81 3.72 -
YUV 19.51 148.03 117.65 -
System Red Green Blue C M Y K H S L
Decimal 5 20 55 0.91 0.64 0 0.78 222 0.83 0.12
Hex 5 14 37 5B 40 0 4E DE 53 C
Octal 5 24 67 133 100 0 116 336 123 14
Binary 101 10100 110111 1011011 1000000 0 1001110 11011110 1010011 1100

Color Harmonies of #051437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051437

Black with #051437

Text Example


Text Example

White with #051437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051437; }

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

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

background-color css

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

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

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

border-color css

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

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

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