Html Css Color HEX #04023F Midnight Express

📋 copy color: '#04023F'

red 4 ◦ green 2 ◦ blue 63

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

Shades of Midnight Express #04023F

Tints of Midnight Express #04023F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.9%

 BLUE value IS 63 (25% from 255) = 91.3%

R = 5.8%
G = 2.9%
B = 91.3%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#04023F (or 0x04023F) is known color: Midnight Express. HEX triplet: 04, 02 and 3F. RGB value is (4,2,63). Sum of RGB (Red+Green+Blue) = 4+2+63=69 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.80% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 63 (25% from 255 or 91.30% from 69); Max value from RGB is 63 - color contains mainly: blue. Hex color #04023F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04023F is #FBFDC0. Grayscale: #090909. Windows color (decimal): -16514497 or 4129284. OLE color: 4129284.

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

Color convert

RGB 4 2 63 -
CMYK 0.94 0.97 0 0.75
HSL 241.97º 0.94% 0.13% -
HSV(B) 241.97º 0.97% 0.25% -
XYZ 0.97 0.43 4.73 -
YUV 9.55 158.16 124.04 -
System Red Green Blue C M Y K H S L
Decimal 4 2 63 0.94 0.97 0 0.75 241.97 0.94 0.13
Hex 4 2 3F 5E 61 0 4B F2 5E D
Octal 4 2 77 136 141 0 113 362 136 15
Binary 100 10 111111 1011110 1100001 0 1001011 11110010 1011110 1101

Color Harmonies of #04023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04023F

Black with #04023F

Text Example


Text Example

White with #04023F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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