#0A06A1

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

Shades of New Midnight Blue #0A06A1

Tints of New Midnight Blue #0A06A1

Color information

#0A06A1 (or 0x0A06A1) is unknown color: approx New Midnight Blue. HEX triplet: 0A, 06 and A1. RGB value is (10,6,161). Sum of RGB (Red+Green+Blue) = 10+6+161=177 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.65% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 161 (63.28% from 255 or 90.96% from 177); Max value from RGB is 161 - color contains mainly: blue. Hex color #0A06A1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A06A1 is #F5F95E. Grayscale: #181818. Windows color (decimal): -16120159 or 10552842. OLE color: 10552842.

HSL color Cylindrical-coordinate representation of color #0A06A1: hue angle of 241.55º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A06A1 is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB106161-
CMYK0.940.9600.37
HSL241.55º92.81%32.75%-
HSV(B)241.55º96.27%63.14%-
XYZ6.622.7733.9-
YUV24.87204.83117.4-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.65%
GREEN value IS 6 (2.73% from 255) = 3.39%
BLUE value IS 161 (63.28% from 255) = 90.96%
R=5.65%
G=3.39%
B=90.96%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1061610.940.9600.37241.5592.8132.75
HexA6A15E60025f25d21
Octal12624113614004536213541
Binary101011010100001101111011000000100101111100101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A06A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,6,161); }

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

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

 a { background-color: rgb(10,6,161); }

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

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

 span { border-color: rgb(10,6,161); }

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