Html Css Color HEX #050540 Midnight Express

📋 copy color: '#050540'

red 5 ◦ green 5 ◦ blue 64

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

Shades of Midnight Express #050540

Tints of Midnight Express #050540

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.76%

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

R = 6.76%
G = 6.76%
B = 86.49%

CMYK

 C value IS 0.92

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#050540 (or 0x050540) is known color: Midnight Express. HEX triplet: 05, 05 and 40. RGB value is (5,5,64). Sum of RGB (Red+Green+Blue) = 5+5+64=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 64 (25.39% from 255 or 86.49% from 74); Max value from RGB is 64 - color contains mainly: blue. Hex color #050540 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050540 is #FAFABF. Grayscale: #0B0B0B. Windows color (decimal): -16448192 or 4195589. OLE color: 4195589.

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

Color convert

RGB 5 5 64 -
CMYK 0.92 0.92 0 0.75
HSL 240º 0.86% 0.14% -
HSV(B) 240º 0.92% 0.25% -
XYZ 1.04 0.51 4.89 -
YUV 11.73 157.5 123.2 -
System Red Green Blue C M Y K H S L
Decimal 5 5 64 0.92 0.92 0 0.75 240 0.86 0.14
Hex 5 5 40 5C 5C 0 4B F0 56 E
Octal 5 5 100 134 134 0 113 360 126 16
Binary 101 101 1000000 1011100 1011100 0 1001011 11110000 1010110 1110

Color Harmonies of #050540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050540

Black with #050540

Text Example


Text Example

White with #050540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050540; }

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

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

background-color css

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

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

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

border-color css

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

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

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