#04029E

Color #04029E New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #04029E

Tints of New Midnight Blue #04029E

Color information

#04029E (or 0x04029E) is unknown color: approx New Midnight Blue. HEX triplet: 04, 02 and 9E. RGB value is (4,2,158). Sum of RGB (Red+Green+Blue) = 4+2+158=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 158 (62.11% from 255 or 96.34% from 164); Max value from RGB is 158 - color contains mainly: blue. Hex color #04029E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04029E is #FBFD61. Grayscale: #131313. Windows color (decimal): -16514402 or 10355204. OLE color: 10355204.

HSL color Cylindrical-coordinate representation of color #04029E: hue angle of 240.77º degrees, saturation: 0.98, 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 #04029E is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB42158-
CMYK0.970.9900.38
HSL240.77º97.5%31.37%-
HSV(B)240.77º98.73%61.96%-
XYZ6.242.5432.51-
YUV20.38205.66116.32-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.44%
GREEN value IS 2 (1.17% from 255) = 1.22%
BLUE value IS 158 (62.11% from 255) = 96.34%
R=2.44%
G=1.22%
B=96.34%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal421580.970.9900.38240.7797.531.37
Hex429E6163026f1621f
Octal4223614114304636114237
Binary100101001111011000011100011010011011110001110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04029E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04029E;
 }
 .AnyTagClassName
 {
   color: #04029E;
 }
</style>
background-color css

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

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

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

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

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

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