Html Css Color HEX #050839 Midnight Express

📋 copy color: '#050839'

red 5 ◦ green 8 ◦ blue 57

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

Shades of Midnight Express #050839

Tints of Midnight Express #050839

RGB

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

 GREEN value IS 8 (3.52% from 255) = 11.43%

 BLUE value IS 57 (22.66% from 255) = 81.43%

R = 7.14%
G = 11.43%
B = 81.43%

CMYK

 C value IS 0.91

 M value IS 0.86

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#050839 (or 0x050839) is known color: Midnight Express. HEX triplet: 05, 08 and 39. RGB value is (5,8,57). Sum of RGB (Red+Green+Blue) = 5+8+57=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 8 (3.52% from 255 or 11.43% from 70); Blue value is 57 (22.66% from 255 or 81.43% from 70); Max value from RGB is 57 - color contains mainly: blue. Hex color #050839 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050839 is #FAF7C6. Grayscale: #0C0C0C. Windows color (decimal): -16447431 or 3737605. OLE color: 3737605.

HSL color Cylindrical-coordinate representation of color #050839: hue angle of 236.54º degrees, saturation: 0.84, 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 #050839 is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 8 57 -
CMYK 0.91 0.86 0 0.78
HSL 236.54º 0.84% 0.12% -
HSV(B) 236.54º 0.91% 0.22% -
XYZ 0.89 0.5 3.92 -
YUV 12.69 153.01 122.52 -
System Red Green Blue C M Y K H S L
Decimal 5 8 57 0.91 0.86 0 0.78 236.54 0.84 0.12
Hex 5 8 39 5B 56 0 4E ED 54 C
Octal 5 10 71 133 126 0 116 355 124 14
Binary 101 1000 111001 1011011 1010110 0 1001110 11101101 1010100 1100

Color Harmonies of #050839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050839

Black with #050839

Text Example


Text Example

White with #050839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050839; }

 p { color: rgb(5,8,57); }

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

background-color css

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

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

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

border-color css

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

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

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