#0A049D

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

Shades of New Midnight Blue #0A049D

Tints of New Midnight Blue #0A049D

Color information

#0A049D (or 0x0A049D) is unknown color: approx New Midnight Blue. HEX triplet: 0A, 04 and 9D. RGB value is (10,4,157). Sum of RGB (Red+Green+Blue) = 10+4+157=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 157 (61.72% from 255 or 91.81% from 171); Max value from RGB is 157 - color contains mainly: blue. Hex color #0A049D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A049D is #F5FB62. Grayscale: #161616. Windows color (decimal): -16120675 or 10290186. OLE color: 10290186.

HSL color Cylindrical-coordinate representation of color #0A049D: hue angle of 242.35º 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 #0A049D is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB104157-
CMYK0.940.9700.38
HSL242.35º95.03%31.57%-
HSV(B)242.35º97.45%61.57%-
XYZ6.252.5932.07-
YUV23.24203.49118.56-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.85%
GREEN value IS 4 (1.95% from 255) = 2.34%
BLUE value IS 157 (61.72% from 255) = 91.81%
R=5.85%
G=2.34%
B=91.81%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041570.940.9700.38242.3595.0331.57
HexA49D5E61026f25f20
Octal12423513614104636213740
Binary101010010011101101111011000010100110111100101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A049D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A049D; }

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

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

<style>
 a { background-color: #0A049D; }

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

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

<style>
 span { border-color: #0A049D; }

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

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