Html Css Color HEX #040A40 Midnight Express

📋 copy color: '#040A40'

red 4 ◦ green 10 ◦ blue 64

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

Shades of Midnight Express #040A40

Tints of Midnight Express #040A40

RGB

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

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

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

R = 5.13%
G = 12.82%
B = 82.05%

CMYK

 C value IS 0.94

 M value IS 0.84

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#040A40 (or 0x040A40) is known color: Midnight Express. HEX triplet: 04, 0A and 40. RGB value is (4,10,64). Sum of RGB (Red+Green+Blue) = 4+10+64=78 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.13% from 78); Green value is 10 (4.30% from 255 or 12.82% from 78); Blue value is 64 (25.39% from 255 or 82.05% from 78); Max value from RGB is 64 - color contains mainly: blue. Hex color #040A40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040A40 is #FBF5BF. Grayscale: #0E0E0E. Windows color (decimal): -16512448 or 4196868. OLE color: 4196868.

HSL color Cylindrical-coordinate representation of color #040A40: hue angle of 234º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #040A40 is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 4 10 64 -
CMYK 0.94 0.84 0 0.75
HSL 234º 0.88% 0.13% -
HSV(B) 234º 0.94% 0.25% -
XYZ 1.08 0.61 4.91 -
YUV 14.36 156.01 120.61 -
System Red Green Blue C M Y K H S L
Decimal 4 10 64 0.94 0.84 0 0.75 234 0.88 0.13
Hex 4 A 40 5E 54 0 4B EA 58 D
Octal 4 12 100 136 124 0 113 352 130 15
Binary 100 1010 1000000 1011110 1010100 0 1001011 11101010 1011000 1101

Color Harmonies of #040A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040A40

Black with #040A40

Text Example


Text Example

White with #040A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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