Html Css Color HEX #05084A Midnight Express

📋 copy color: '#05084A'

red 5 ◦ green 8 ◦ blue 74

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

Shades of Midnight Express #05084A

Tints of Midnight Express #05084A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 85.06%

R = 5.75%
G = 9.2%
B = 85.06%

CMYK

 C value IS 0.93

 M value IS 0.89

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#05084A (or 0x05084A) is known color: Midnight Express. HEX triplet: 05, 08 and 4A. RGB value is (5,8,74). Sum of RGB (Red+Green+Blue) = 5+8+74=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 8 (3.52% from 255 or 9.20% from 87); Blue value is 74 (29.30% from 255 or 85.06% from 87); Max value from RGB is 74 - color contains mainly: blue. Hex color #05084A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05084A is #FAF7B5. Grayscale: #0E0E0E. Windows color (decimal): -16447414 or 4851717. OLE color: 4851717.

HSL color Cylindrical-coordinate representation of color #05084A: hue angle of 237.39º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05084A is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 5 8 74 -
CMYK 0.93 0.89 0 0.71
HSL 237.39º 0.87% 0.15% -
HSV(B) 237.39º 0.93% 0.29% -
XYZ 1.39 0.7 6.54 -
YUV 14.63 161.51 121.13 -
System Red Green Blue C M Y K H S L
Decimal 5 8 74 0.93 0.89 0 0.71 237.39 0.87 0.15
Hex 5 8 4A 5D 59 0 47 ED 57 F
Octal 5 10 112 135 131 0 107 355 127 17
Binary 101 1000 1001010 1011101 1011001 0 1000111 11101101 1010111 1111

Color Harmonies of #05084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05084A

Black with #05084A

Text Example


Text Example

White with #05084A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05084A; }

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

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

background-color css

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

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

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

border-color css

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

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

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