Html Css Color HEX #05094A Midnight Express

📋 copy color: '#05094A'

red 5 ◦ green 9 ◦ blue 74

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

Shades of Midnight Express #05094A

Tints of Midnight Express #05094A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.23%

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

R = 5.68%
G = 10.23%
B = 84.09%

CMYK

 C value IS 0.93

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#05094A (or 0x05094A) is known color: Midnight Express. HEX triplet: 05, 09 and 4A. RGB value is (5,9,74). Sum of RGB (Red+Green+Blue) = 5+9+74=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 9 (3.91% from 255 or 10.23% from 88); Blue value is 74 (29.30% from 255 or 84.09% from 88); Max value from RGB is 74 - color contains mainly: blue. Hex color #05094A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05094A is #FAF6B5. Grayscale: #0E0E0E. Windows color (decimal): -16447158 or 4851973. OLE color: 4851973.

HSL color Cylindrical-coordinate representation of color #05094A: hue angle of 236.52º 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 #05094A is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 5 9 74 -
CMYK 0.93 0.88 0 0.71
HSL 236.52º 0.87% 0.15% -
HSV(B) 236.52º 0.93% 0.29% -
XYZ 1.4 0.72 6.54 -
YUV 15.21 161.17 120.71 -
System Red Green Blue C M Y K H S L
Decimal 5 9 74 0.93 0.88 0 0.71 236.52 0.87 0.15
Hex 5 9 4A 5D 58 0 47 ED 57 F
Octal 5 11 112 135 130 0 107 355 127 17
Binary 101 1001 1001010 1011101 1011000 0 1000111 11101101 1010111 1111

Color Harmonies of #05094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05094A

Black with #05094A

Text Example


Text Example

White with #05094A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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