#0a0899

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

Shades of New Midnight Blue #0A0899

Tints of New Midnight Blue #0A0899

Color information

#0A0899 (or 0x0A0899) is unknown color: approx New Midnight Blue. HEX triplet: 0A, 08 and 99. RGB value is (10,8,153). Sum of RGB (Red+Green+Blue) = 10+8+153=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 153 (60.16% from 255 or 89.47% from 171); Max value from RGB is 153 - color contains mainly: blue. Hex color #0A0899 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0899 is #F5F766. Grayscale: #181818. Windows color (decimal): -16119655 or 10029066. OLE color: 10029066.

HSL color Cylindrical-coordinate representation of color #0A0899: hue angle of 240.83º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0899 is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB108153-
CMYK0.930.9500.4
HSL240.83º90.06%31.57%-
HSV(B)240.83º94.77%60%-
XYZ5.962.5430.31-
YUV25.13200.16117.21-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.85%
GREEN value IS 8 (3.52% from 255) = 4.68%
BLUE value IS 153 (60.16% from 255) = 89.47%
R=5.85%
G=4.68%
B=89.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1081530.930.9500.4240.8390.0631.57
HexA8995D5F028f15a20
Octal121023113513705036113240
Binary1010100010011001101110110111110101000111100011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a0899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,8,153); }

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

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

 a { background-color: rgb(10,8,153); }

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

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

 span { border-color: rgb(10,8,153); }

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