#04129E

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

Shades of New Midnight Blue #04129E

Tints of New Midnight Blue #04129E

Color information

#04129E (or 0x04129E) is unknown color: approx New Midnight Blue. HEX triplet: 04, 12 and 9E. RGB value is (4,18,158). Sum of RGB (Red+Green+Blue) = 4+18+158=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 158 (62.11% from 255 or 87.78% from 180); Max value from RGB is 158 - color contains mainly: blue. Hex color #04129E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04129E is #FBED61. Grayscale: #1D1D1D. Windows color (decimal): -16510306 or 10359300. OLE color: 10359300.

HSL color Cylindrical-coordinate representation of color #04129E: hue angle of 234.55º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04129E is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB418158-
CMYK0.970.8900.38
HSL234.55º95.06%31.76%-
HSV(B)234.55º97.47%61.96%-
XYZ6.442.9332.57-
YUV29.77200.36109.62-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.22%
GREEN value IS 18 (7.42% from 255) = 10%
BLUE value IS 158 (62.11% from 255) = 87.78%
R=2.22%
G=10%
B=87.78%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4181580.970.8900.38234.5595.0631.76
Hex4129E6159026eb5f20
Octal42223614113104635313740
Binary1001001010011110110000110110010100110111010111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04129E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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