Html Css Color HEX #051240 Midnight Express

📋 copy color: '#051240'

red 5 ◦ green 18 ◦ blue 64

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

Shades of Midnight Express #051240

Tints of Midnight Express #051240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20.69%

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

R = 5.75%
G = 20.69%
B = 73.56%

CMYK

 C value IS 0.92

 M value IS 0.72

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#051240 (or 0x051240) is known color: Midnight Express. HEX triplet: 05, 12 and 40. RGB value is (5,18,64). Sum of RGB (Red+Green+Blue) = 5+18+64=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 64 (25.39% from 255 or 73.56% from 87); Max value from RGB is 64 - color contains mainly: blue. Hex color #051240 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051240 is #FAEDBF. Grayscale: #131313. Windows color (decimal): -16444864 or 4198917. OLE color: 4198917.

HSL color Cylindrical-coordinate representation of color #051240: hue angle of 226.78º 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 #051240 is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 18 64 -
CMYK 0.92 0.72 0 0.75
HSL 226.78º 0.86% 0.14% -
HSV(B) 226.78º 0.92% 0.25% -
XYZ 1.2 0.84 4.95 -
YUV 19.36 153.19 117.76 -
System Red Green Blue C M Y K H S L
Decimal 5 18 64 0.92 0.72 0 0.75 226.78 0.86 0.14
Hex 5 12 40 5C 48 0 4B E3 56 E
Octal 5 22 100 134 110 0 113 343 126 16
Binary 101 10010 1000000 1011100 1001000 0 1001011 11100011 1010110 1110

Color Harmonies of #051240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051240

Black with #051240

Text Example


Text Example

White with #051240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051240; }

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

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

background-color css

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

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

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

border-color css

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

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

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