#0A009F

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

Shades of New Midnight Blue #0A009F

Tints of New Midnight Blue #0A009F

Color information

#0A009F (or 0x0A009F) is unknown color: approx New Midnight Blue. HEX triplet: 0A, 00 and 9F. RGB value is (10,0,159). Sum of RGB (Red+Green+Blue) = 10+0+159=169 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.92% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 159 (62.5% from 255 or 94.08% from 169); Max value from RGB is 159 - color contains mainly: blue. Hex color #0A009F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A009F is #F5FF60. Grayscale: #141414. Windows color (decimal): -16121697 or 10420234. OLE color: 10420234.

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

Color convert

RGB100159-
CMYK0.94100.38
HSL243.77º100%31.18%-
HSV(B)243.77º100%62.35%-
XYZ6.382.5732.96-
YUV21.12205.81120.07-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 159 (62.5% from 255) = 94.08%
R=5.92%
G=0%
B=94.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001590.94100.38243.7710031.18
HexA09F5E64026f4641f
Octal12023713614404636414437
Binary101001001111110111101100100010011011110100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A009F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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