Html Css Color HEX #040036 Midnight Express

📋 copy color: '#040036'

red 4 ◦ green 0 ◦ blue 54

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

Shades of Midnight Express #040036

Tints of Midnight Express #040036

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 54 (21.48% from 255) = 93.1%

R = 6.9%
G = 0%
B = 93.1%

CMYK

 C value IS 0.93

 M value IS 1

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#040036 (or 0x040036) is known color: Midnight Express. HEX triplet: 04, 00 and 36. RGB value is (4,0,54). Sum of RGB (Red+Green+Blue) = 4+0+54=58 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.90% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 54 (21.48% from 255 or 93.10% from 58); Max value from RGB is 54 - color contains mainly: blue. Hex color #040036 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040036 is #FBFFC9. Grayscale: #070707. Windows color (decimal): -16515018 or 3538948. OLE color: 3538948.

HSL color Cylindrical-coordinate representation of color #040036: hue angle of 244.44º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #040036 is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 4 0 54 -
CMYK 0.93 1 0 0.79
HSL 244.44º 1% 0.11% -
HSV(B) 244.44º 1% 0.21% -
XYZ 0.72 0.29 3.51 -
YUV 7.35 154.33 125.61 -
System Red Green Blue C M Y K H S L
Decimal 4 0 54 0.93 1 0 0.79 244.44 1 0.11
Hex 4 0 36 5D 64 0 4F F4 64 B
Octal 4 0 66 135 144 0 117 364 144 13
Binary 100 0 110110 1011101 1100100 0 1001111 11110100 1100100 1011

Color Harmonies of #040036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040036

Black with #040036

Text Example


Text Example

White with #040036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040036; }

 p { color: rgb(4,0,54); }

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

background-color css

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

 a { background-color: rgb(4,0,54); }

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

border-color css

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

 span { border-color: rgb(4,0,54); }

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