#0A0CAC

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

Shades of New Midnight Blue #0A0CAC

Tints of New Midnight Blue #0A0CAC

Color information

#0A0CAC (or 0x0A0CAC) is unknown color: approx New Midnight Blue. HEX triplet: 0A, 0C and AC. RGB value is (10,12,172). Sum of RGB (Red+Green+Blue) = 10+12+172=194 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.15% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 172 (67.58% from 255 or 88.66% from 194); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A0CAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0CAC is #F5F353. Grayscale: #1D1D1D. Windows color (decimal): -16118612 or 11275274. OLE color: 11275274.

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

Color convert

RGB1012172-
CMYK0.940.9300.33
HSL239.26º89.01%35.69%-
HSV(B)239.26º94.19%67.45%-
XYZ7.73.3139.26-
YUV29.64208.34113.99-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.15%
GREEN value IS 12 (5.08% from 255) = 6.19%
BLUE value IS 172 (67.58% from 255) = 88.66%
R=5.15%
G=6.19%
B=88.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10121720.940.9300.33239.2689.0135.69
HexACAC5E5D021ef5924
Octal121425413613504135713144
Binary1010110010101100101111010111010100001111011111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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