#0A049E

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

Shades of New Midnight Blue #0A049E

Tints of New Midnight Blue #0A049E

Color information

#0A049E (or 0x0A049E) is unknown color: approx New Midnight Blue. HEX triplet: 0A, 04 and 9E. RGB value is (10,4,158). Sum of RGB (Red+Green+Blue) = 10+4+158=172 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.81% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 158 (62.11% from 255 or 91.86% from 172); Max value from RGB is 158 - color contains mainly: blue. Hex color #0A049E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A049E is #F5FB61. Grayscale: #161616. Windows color (decimal): -16120674 or 10355722. OLE color: 10355722.

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

Color convert

RGB104158-
CMYK0.940.9700.38
HSL242.34º95.06%31.76%-
HSV(B)242.34º97.47%61.96%-
XYZ6.342.6232.52-
YUV23.35203.99118.48-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.81%
GREEN value IS 4 (1.95% from 255) = 2.33%
BLUE value IS 158 (62.11% from 255) = 91.86%
R=5.81%
G=2.33%
B=91.86%

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
Decimal1041580.940.9700.38242.3495.0631.76
HexA49E5E61026f25f20
Octal12423613614104636213740
Binary101010010011110101111011000010100110111100101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A049E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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