#0A16AB

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

Shades of New Midnight Blue #0A16AB

Tints of New Midnight Blue #0A16AB

Color information

#0A16AB (or 0x0A16AB) is unknown color: approx New Midnight Blue. HEX triplet: 0A, 16 and AB. RGB value is (10,22,171). Sum of RGB (Red+Green+Blue) = 10+22+171=203 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.93% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 171 (67.19% from 255 or 84.24% from 203); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A16AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A16AB is #F5E954. Grayscale: #222222. Windows color (decimal): -16116053 or 11212298. OLE color: 11212298.

HSL color Cylindrical-coordinate representation of color #0A16AB: hue angle of 235.53º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A16AB is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1022171-
CMYK0.940.8700.33
HSL235.53º88.95%35.49%-
HSV(B)235.53º94.15%67.06%-
XYZ7.763.5838.81-
YUV35.4204.52109.88-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.93%
GREEN value IS 22 (8.98% from 255) = 10.84%
BLUE value IS 171 (67.19% from 255) = 84.24%
R=4.93%
G=10.84%
B=84.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10221710.940.8700.33235.5388.9535.49
HexA16AB5E57021ec5923
Octal122625313612704135413143
Binary10101011010101011101111010101110100001111011001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A16AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,22,171); }

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

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

 a { background-color: rgb(10,22,171); }

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

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

 span { border-color: rgb(10,22,171); }

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