Html Css Color HEX #051541 Midnight Express

📋 copy color: '#051541'

red 5 ◦ green 21 ◦ blue 65

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

Shades of Midnight Express #051541

Tints of Midnight Express #051541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.08%

 BLUE value IS 65 (25.78% from 255) = 71.43%

R = 5.49%
G = 23.08%
B = 71.43%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#051541 (or 0x051541) is known color: Midnight Express. HEX triplet: 05, 15 and 41. RGB value is (5,21,65). Sum of RGB (Red+Green+Blue) = 5+21+65=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 65 (25.78% from 255 or 71.43% from 91); Max value from RGB is 65 - color contains mainly: blue. Hex color #051541 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051541 is #FAEABE. Grayscale: #151515. Windows color (decimal): -16444095 or 4265221. OLE color: 4265221.

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

Color convert

RGB 5 21 65 -
CMYK 0.92 0.68 0 0.75
HSL 224º 0.86% 0.14% -
HSV(B) 224º 0.92% 0.25% -
XYZ 1.28 0.95 5.12 -
YUV 21.23 152.7 116.42 -
System Red Green Blue C M Y K H S L
Decimal 5 21 65 0.92 0.68 0 0.75 224 0.86 0.14
Hex 5 15 41 5C 44 0 4B E0 56 E
Octal 5 25 101 134 104 0 113 340 126 16
Binary 101 10101 1000001 1011100 1000100 0 1001011 11100000 1010110 1110

Color Harmonies of #051541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051541

Black with #051541

Text Example


Text Example

White with #051541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051541; }

 p { color: rgb(5,21,65); }

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

background-color css

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

 a { background-color: rgb(5,21,65); }

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

border-color css

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

 span { border-color: rgb(5,21,65); }

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