Html Css Color HEX #04024C Midnight Blue

📋 copy color: '#04024C'

red 4 ◦ green 2 ◦ blue 76

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

Shades of Midnight Blue #04024C

Tints of Midnight Blue #04024C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 92.68%

R = 4.88%
G = 2.44%
B = 92.68%

CMYK

 C value IS 0.95

 M value IS 0.97

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#04024C (or 0x04024C) is known color: Midnight Blue. HEX triplet: 04, 02 and 4C. RGB value is (4,2,76). Sum of RGB (Red+Green+Blue) = 4+2+76=82 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.88% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 76 (30.08% from 255 or 92.68% from 82); Max value from RGB is 76 - color contains mainly: blue. Hex color #04024C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04024C is #FBFDB3. Grayscale: #0A0A0A. Windows color (decimal): -16514484 or 4981252. OLE color: 4981252.

HSL color Cylindrical-coordinate representation of color #04024C: hue angle of 241.62º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04024C is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 4 2 76 -
CMYK 0.95 0.97 0 0.70
HSL 241.62º 0.95% 0.15% -
HSV(B) 241.62º 0.97% 0.3% -
XYZ 1.38 0.59 6.88 -
YUV 11.03 164.66 122.98 -
System Red Green Blue C M Y K H S L
Decimal 4 2 76 0.95 0.97 0 0.70 241.62 0.95 0.15
Hex 4 2 4C 5F 61 0 46 F2 5F F
Octal 4 2 114 137 141 0 106 362 137 17
Binary 100 10 1001100 1011111 1100001 0 1000110 11110010 1011111 1111

Color Harmonies of #04024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04024C

Black with #04024C

Text Example


Text Example

White with #04024C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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