#0412A8

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

Shades of New Midnight Blue #0412A8

Tints of New Midnight Blue #0412A8

Color information

#0412A8 (or 0x0412A8) is unknown color: approx New Midnight Blue. HEX triplet: 04, 12 and A8. RGB value is (4,18,168). Sum of RGB (Red+Green+Blue) = 4+18+168=190 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.11% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 168 (66.02% from 255 or 88.42% from 190); Max value from RGB is 168 - color contains mainly: blue. Hex color #0412A8 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0412A8 is #FBED57. Grayscale: #1E1E1E. Windows color (decimal): -16510296 or 11014660. OLE color: 11014660.

HSL color Cylindrical-coordinate representation of color #0412A8: hue angle of 234.88º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0412A8 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB418168-
CMYK0.980.8900.34
HSL234.88º95.35%33.73%-
HSV(B)234.88º97.62%65.88%-
XYZ7.333.2937.29-
YUV30.91205.36108.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.11%
GREEN value IS 18 (7.42% from 255) = 9.47%
BLUE value IS 168 (66.02% from 255) = 88.42%
R=2.11%
G=9.47%
B=88.42%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal4181680.980.8900.34234.8895.3533.73
Hex412A86259022eb5f22
Octal42225014213104235313742
Binary1001001010101000110001010110010100010111010111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0412A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0412A8; }

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

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

<style>
 a { background-color: #0412A8; }

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

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

<style>
 span { border-color: #0412A8; }

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

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