Html Css Color HEX #040A49 Midnight Express

📋 copy color: '#040A49'

red 4 ◦ green 10 ◦ blue 73

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

Shades of Midnight Express #040A49

Tints of Midnight Express #040A49

RGB

 RED value IS 4 (1.95% from 255) = 4.6%

 GREEN value IS 10 (4.3% from 255) = 11.49%

 BLUE value IS 73 (28.91% from 255) = 83.91%

R = 4.6%
G = 11.49%
B = 83.91%

CMYK

 C value IS 0.95

 M value IS 0.86

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#040A49 (or 0x040A49) is known color: Midnight Express. HEX triplet: 04, 0A and 49. RGB value is (4,10,73). Sum of RGB (Red+Green+Blue) = 4+10+73=87 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.60% from 87); Green value is 10 (4.30% from 255 or 11.49% from 87); Blue value is 73 (28.91% from 255 or 83.91% from 87); Max value from RGB is 73 - color contains mainly: blue. Hex color #040A49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040A49 is #FBF5B6. Grayscale: #0F0F0F. Windows color (decimal): -16512439 or 4786692. OLE color: 4786692.

HSL color Cylindrical-coordinate representation of color #040A49: hue angle of 234.78º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040A49 is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 10 73 -
CMYK 0.95 0.86 0 0.71
HSL 234.78º 0.9% 0.15% -
HSV(B) 234.78º 0.95% 0.29% -
XYZ 1.36 0.72 6.37 -
YUV 15.39 160.51 119.88 -
System Red Green Blue C M Y K H S L
Decimal 4 10 73 0.95 0.86 0 0.71 234.78 0.9 0.15
Hex 4 A 49 5F 56 0 47 EB 5A F
Octal 4 12 111 137 126 0 107 353 132 17
Binary 100 1010 1001001 1011111 1010110 0 1000111 11101011 1011010 1111

Color Harmonies of #040A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040A49

Black with #040A49

Text Example


Text Example

White with #040A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040A49; }

 p { color: rgb(4,10,73); }

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

background-color css

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

 a { background-color: rgb(4,10,73); }

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

border-color css

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

 span { border-color: rgb(4,10,73); }

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