Html Css Color HEX #04023C Midnight Express

📋 copy color: '#04023C'

red 4 ◦ green 2 ◦ blue 60

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

Shades of Midnight Express #04023C

Tints of Midnight Express #04023C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 90.91%

R = 6.06%
G = 3.03%
B = 90.91%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#04023C (or 0x04023C) is known color: Midnight Express. HEX triplet: 04, 02 and 3C. RGB value is (4,2,60). Sum of RGB (Red+Green+Blue) = 4+2+60=66 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.06% from 66); Green value is 2 (1.17% from 255 or 3.03% from 66); Blue value is 60 (23.83% from 255 or 90.91% from 66); Max value from RGB is 60 - color contains mainly: blue. Hex color #04023C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04023C is #FBFDC3. Grayscale: #080808. Windows color (decimal): -16514500 or 3932676. OLE color: 3932676.

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

Color convert

RGB 4 2 60 -
CMYK 0.93 0.97 0 0.76
HSL 242.07º 0.94% 0.12% -
HSV(B) 242.07º 0.97% 0.24% -
XYZ 0.89 0.4 4.3 -
YUV 9.21 156.66 124.28 -
System Red Green Blue C M Y K H S L
Decimal 4 2 60 0.93 0.97 0 0.76 242.07 0.94 0.12
Hex 4 2 3C 5D 61 0 4C F2 5E C
Octal 4 2 74 135 141 0 114 362 136 14
Binary 100 10 111100 1011101 1100001 0 1001100 11110010 1011110 1100

Color Harmonies of #04023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04023C

Black with #04023C

Text Example


Text Example

White with #04023C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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