Html Css Color HEX #04029C New Midnight Blue

📋 copy color: '#04029C'

red 4 ◦ green 2 ◦ blue 156

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

Shades of New Midnight Blue #04029C

Tints of New Midnight Blue #04029C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 96.3%

R = 2.47%
G = 1.23%
B = 96.3%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#04029C (or 0x04029C) is known color: New Midnight Blue. HEX triplet: 04, 02 and 9C. RGB value is (4,2,156). Sum of RGB (Red+Green+Blue) = 4+2+156=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 156 (61.33% from 255 or 96.30% from 162); Max value from RGB is 156 - color contains mainly: blue. Hex color #04029C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04029C is #FBFD63. Grayscale: #131313. Windows color (decimal): -16514404 or 10224132. OLE color: 10224132.

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

Color convert

RGB 4 2 156 -
CMYK 0.97 0.99 0 0.39
HSL 240.78º 0.97% 0.31% -
HSV(B) 240.78º 0.99% 0.61% -
XYZ 6.07 2.47 31.61 -
YUV 20.15 204.66 116.48 -
System Red Green Blue C M Y K H S L
Decimal 4 2 156 0.97 0.99 0 0.39 240.78 0.97 0.31
Hex 4 2 9C 61 63 0 27 F1 61 1F
Octal 4 2 234 141 143 0 47 361 141 37
Binary 100 10 10011100 1100001 1100011 0 100111 11110001 1100001 11111

Color Harmonies of #04029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04029C

Black with #04029C

Text Example


Text Example

White with #04029C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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