Html Css Color HEX #04003A Midnight Express

📋 copy color: '#04003A'

red 4 ◦ green 0 ◦ blue 58

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

Shades of Midnight Express #04003A

Tints of Midnight Express #04003A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 93.55%

R = 6.45%
G = 0%
B = 93.55%

CMYK

 C value IS 0.93

 M value IS 1

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#04003A (or 0x04003A) is known color: Midnight Express. HEX triplet: 04, 00 and 3A. RGB value is (4,0,58). Sum of RGB (Red+Green+Blue) = 4+0+58=62 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.45% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 58 (23.05% from 255 or 93.55% from 62); Max value from RGB is 58 - color contains mainly: blue. Hex color #04003A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04003A is #FBFFC5. Grayscale: #070707. Windows color (decimal): -16515014 or 3801092. OLE color: 3801092.

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

Color convert

RGB 4 0 58 -
CMYK 0.93 1 0 0.77
HSL 244.14º 1% 0.11% -
HSV(B) 244.14º 1% 0.23% -
XYZ 0.81 0.33 4.02 -
YUV 7.81 156.33 125.28 -
System Red Green Blue C M Y K H S L
Decimal 4 0 58 0.93 1 0 0.77 244.14 1 0.11
Hex 4 0 3A 5D 64 0 4D F4 64 B
Octal 4 0 72 135 144 0 115 364 144 13
Binary 100 0 111010 1011101 1100100 0 1001101 11110100 1100100 1011

Color Harmonies of #04003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04003A

Black with #04003A

Text Example


Text Example

White with #04003A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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