#0A02AC

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

Shades of New Midnight Blue #0A02AC

Tints of New Midnight Blue #0A02AC

Color information

#0A02AC (or 0x0A02AC) is unknown color: approx New Midnight Blue. HEX triplet: 0A, 02 and AC. RGB value is (10,2,172). Sum of RGB (Red+Green+Blue) = 10+2+172=184 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.43% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 172 (67.58% from 255 or 93.48% from 184); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A02AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A02AC is #F5FD53. Grayscale: #171717. Windows color (decimal): -16121172 or 11272714. OLE color: 11272714.

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

Color convert

RGB102172-
CMYK0.940.9900.33
HSL242.82º97.7%34.12%-
HSV(B)242.82º98.84%67.45%-
XYZ7.593.0939.23-
YUV23.77211.65118.18-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.43%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 172 (67.58% from 255) = 93.48%
R=5.43%
G=1.09%
B=93.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021720.940.9900.33242.8297.734.12
HexA2AC5E63021f36222
Octal12225413614304136314242
Binary10101010101100101111011000110100001111100111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A02AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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