#0A079E

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

Shades of New Midnight Blue #0A079E

Tints of New Midnight Blue #0A079E

Color information

#0A079E (or 0x0A079E) is unknown color: approx New Midnight Blue. HEX triplet: 0A, 07 and 9E. RGB value is (10,7,158). Sum of RGB (Red+Green+Blue) = 10+7+158=175 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.71% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 158 (62.11% from 255 or 90.29% from 175); Max value from RGB is 158 - color contains mainly: blue. Hex color #0A079E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A079E is #F5F861. Grayscale: #181818. Windows color (decimal): -16119906 or 10356490. OLE color: 10356490.

HSL color Cylindrical-coordinate representation of color #0A079E: hue angle of 241.19º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A079E is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB107158-
CMYK0.940.9600.38
HSL241.19º91.52%32.35%-
HSV(B)241.19º95.57%61.96%-
XYZ6.372.6932.53-
YUV25.11202.99117.22-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.71%
GREEN value IS 7 (3.12% from 255) = 4%
BLUE value IS 158 (62.11% from 255) = 90.29%
R=5.71%
G=4%
B=90.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1071580.940.9600.38241.1991.5232.35
HexA79E5E60026f15c20
Octal12723613614004636113440
Binary101011110011110101111011000000100110111100011011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A079E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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