#04009D

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

Shades of New Midnight Blue #04009D

Tints of New Midnight Blue #04009D

Color information

#04009D (or 0x04009D) is unknown color: approx New Midnight Blue. HEX triplet: 04, 00 and 9D. RGB value is (4,0,157). Sum of RGB (Red+Green+Blue) = 4+0+157=161 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.48% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 157 (61.72% from 255 or 97.52% from 161); Max value from RGB is 157 - color contains mainly: blue. Hex color #04009D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04009D is #FBFF62. Grayscale: #121212. Windows color (decimal): -16514915 or 10289156. OLE color: 10289156.

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

Color convert

RGB40157-
CMYK0.97100.38
HSL241.53º100%30.78%-
HSV(B)241.53º100%61.57%-
XYZ6.142.4632.05-
YUV19.09205.83117.23-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 157 (61.72% from 255) = 97.52%
R=2.48%
G=0%
B=97.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal401570.97100.38241.5310030.78
Hex409D6164026f2641f
Octal4023514114404636214437
Binary10001001110111000011100100010011011110010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04009D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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