#0A089F

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

Shades of New Midnight Blue #0A089F

Tints of New Midnight Blue #0A089F

Color information

#0A089F (or 0x0A089F) is unknown color: approx New Midnight Blue. HEX triplet: 0A, 08 and 9F. RGB value is (10,8,159). Sum of RGB (Red+Green+Blue) = 10+8+159=177 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.65% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 159 (62.5% from 255 or 89.83% from 177); Max value from RGB is 159 - color contains mainly: blue. Hex color #0A089F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A089F is #F5F760. Grayscale: #191919. Windows color (decimal): -16119649 or 10422282. OLE color: 10422282.

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

Color convert

RGB108159-
CMYK0.940.9500.38
HSL240.79º90.42%32.75%-
HSV(B)240.79º94.97%62.35%-
XYZ6.472.7432.99-
YUV25.81203.16116.72-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.65%
GREEN value IS 8 (3.52% from 255) = 4.52%
BLUE value IS 159 (62.5% from 255) = 89.83%
R=5.65%
G=4.52%
B=89.83%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1081590.940.9500.38240.7990.4232.75
HexA89F5E5F026f15a21
Octal121023713613704636113241
Binary1010100010011111101111010111110100110111100011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A089F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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