#0A029F

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

Shades of New Midnight Blue #0A029F

Tints of New Midnight Blue #0A029F

Color information

#0A029F (or 0x0A029F) is unknown color: approx New Midnight Blue. HEX triplet: 0A, 02 and 9F. RGB value is (10,2,159). Sum of RGB (Red+Green+Blue) = 10+2+159=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 159 (62.5% from 255 or 92.98% from 171); Max value from RGB is 159 - color contains mainly: blue. Hex color #0A029F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A029F is #F5FD60. Grayscale: #151515. Windows color (decimal): -16121185 or 10420746. OLE color: 10420746.

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

Color convert

RGB102159-
CMYK0.940.9900.38
HSL243.06º97.52%31.57%-
HSV(B)243.06º98.74%62.35%-
XYZ6.42.6132.97-
YUV22.29205.15119.23-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.85%
GREEN value IS 2 (1.17% from 255) = 1.17%
BLUE value IS 159 (62.5% from 255) = 92.98%
R=5.85%
G=1.17%
B=92.98%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021590.940.9900.38243.0697.5231.57
HexA29F5E63026f36220
Octal12223713614304636314240
Binary10101010011111101111011000110100110111100111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A029F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,2,159); }

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

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

 a { background-color: rgb(10,2,159); }

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

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

 span { border-color: rgb(10,2,159); }

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