#04023A

Color #04023A Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #04023A

Tints of Midnight Express #04023A

Color information

#04023A (or 0x04023A) is unknown color: approx Midnight Express. HEX triplet: 04, 02 and 3A. RGB value is (4,2,58). Sum of RGB (Red+Green+Blue) = 4+2+58=64 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.25% from 64); Green value is 2 (1.17% from 255 or 3.12% from 64); Blue value is 58 (23.05% from 255 or 90.62% from 64); Max value from RGB is 58 - color contains mainly: blue. Hex color #04023A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04023A is #FBFDC5. Grayscale: #080808. Windows color (decimal): -16514502 or 3801604. OLE color: 3801604.

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

Color convert

RGB4258-
CMYK0.930.9700.77
HSL242.14º93.33%11.76%-
HSV(B)242.14º96.55%22.75%-
XYZ0.840.374.03-
YUV8.98155.66124.45-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.25%
GREEN value IS 2 (1.17% from 255) = 3.12%
BLUE value IS 58 (23.05% from 255) = 90.62%
R=6.25%
G=3.12%
B=90.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal42580.930.9700.77242.1493.3311.76
Hex423A5D6104Df25dc
Octal4272135141011536213514
Binary1001011101010111011100001010011011111001010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04023A;
 }
 .AnyTagClassName
 {
   color: #04023A;
 }
</style>
background-color css

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

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

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

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

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

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