#0a0cad

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

Shades of New Midnight Blue #0A0CAD

Tints of New Midnight Blue #0A0CAD

Color information

#0A0CAD (or 0x0A0CAD) is unknown color: approx New Midnight Blue. HEX triplet: 0A, 0C and AD. RGB value is (10,12,173). Sum of RGB (Red+Green+Blue) = 10+12+173=195 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.13% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 173 (67.97% from 255 or 88.72% from 195); Max value from RGB is 173 - color contains mainly: blue. Hex color #0A0CAD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0CAD is #F5F352. Grayscale: #1D1D1D. Windows color (decimal): -16118611 or 11340810. OLE color: 11340810.

HSL color Cylindrical-coordinate representation of color #0A0CAD: hue angle of 239.26º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A0CAD is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1012173-
CMYK0.940.9300.32
HSL239.26º89.07%35.88%-
HSV(B)239.26º94.22%67.84%-
XYZ7.83.3439.77-
YUV29.76208.84113.91-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.13%
GREEN value IS 12 (5.08% from 255) = 6.15%
BLUE value IS 173 (67.97% from 255) = 88.72%
R=5.13%
G=6.15%
B=88.72%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal10121730.940.9300.32239.2689.0735.88
HexACAD5E5D020ef5924
Octal121425513613504035713144
Binary1010110010101101101111010111010100000111011111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a0cad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,12,173); }

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

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

 a { background-color: rgb(10,12,173); }

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

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

 span { border-color: rgb(10,12,173); }

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