Html Css Color HEX #04029D New Midnight Blue

📋 copy color: '#04029D'

red 4 ◦ green 2 ◦ blue 157

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

Shades of New Midnight Blue #04029D

Tints of New Midnight Blue #04029D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 96.32%

R = 2.45%
G = 1.23%
B = 96.32%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#04029D (or 0x04029D) is known color: New Midnight Blue. HEX triplet: 04, 02 and 9D. RGB value is (4,2,157). Sum of RGB (Red+Green+Blue) = 4+2+157=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 157 (61.72% from 255 or 96.32% from 163); Max value from RGB is 157 - color contains mainly: blue. Hex color #04029D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04029D is #FBFD62. Grayscale: #131313. Windows color (decimal): -16514403 or 10289668. OLE color: 10289668.

HSL color Cylindrical-coordinate representation of color #04029D: hue angle of 240.77º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #04029D is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 2 157 -
CMYK 0.97 0.99 0 0.38
HSL 240.77º 0.97% 0.31% -
HSV(B) 240.77º 0.99% 0.62% -
XYZ 6.16 2.5 32.06 -
YUV 20.27 205.16 116.4 -
System Red Green Blue C M Y K H S L
Decimal 4 2 157 0.97 0.99 0 0.38 240.77 0.97 0.31
Hex 4 2 9D 61 63 0 26 F1 61 1F
Octal 4 2 235 141 143 0 46 361 141 37
Binary 100 10 10011101 1100001 1100011 0 100110 11110001 1100001 11111

Color Harmonies of #04029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04029D

Black with #04029D

Text Example


Text Example

White with #04029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04029D; }

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

 H1.HeaderClassName
 {
   color: #04029D;
 }
 .AnyTagClassName
 {
   color: #04029D;
 }
</style>

background-color css

<style>
 a { background-color: #04029D; }

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

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

border-color css

<style>
 span { border-color: #04029D; }

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

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