#0A16A3

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

Shades of New Midnight Blue #0A16A3

Tints of New Midnight Blue #0A16A3

Color information

#0A16A3 (or 0x0A16A3) is unknown color: approx New Midnight Blue. HEX triplet: 0A, 16 and A3. RGB value is (10,22,163). Sum of RGB (Red+Green+Blue) = 10+22+163=195 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.13% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 163 (64.06% from 255 or 83.59% from 195); Max value from RGB is 163 - color contains mainly: blue. Hex color #0A16A3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A16A3 is #F5E95C. Grayscale: #212121. Windows color (decimal): -16116061 or 10688010. OLE color: 10688010.

HSL color Cylindrical-coordinate representation of color #0A16A3: hue angle of 235.29º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A16A3 is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1022163-
CMYK0.940.8700.36
HSL235.29º88.44%33.92%-
HSV(B)235.29º93.87%63.92%-
XYZ7.023.2834.91-
YUV34.49200.52110.54-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.13%
GREEN value IS 22 (8.98% from 255) = 11.28%
BLUE value IS 163 (64.06% from 255) = 83.59%
R=5.13%
G=11.28%
B=83.59%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10221630.940.8700.36235.2988.4433.92
HexA16A35E57024eb5822
Octal122624313612704435313042
Binary10101011010100011101111010101110100100111010111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A16A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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