#0A15AA

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

Shades of New Midnight Blue #0A15AA

Tints of New Midnight Blue #0A15AA

Color information

#0A15AA (or 0x0A15AA) is unknown color: approx New Midnight Blue. HEX triplet: 0A, 15 and AA. RGB value is (10,21,170). Sum of RGB (Red+Green+Blue) = 10+21+170=201 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.98% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 170 (66.80% from 255 or 84.58% from 201); Max value from RGB is 170 - color contains mainly: blue. Hex color #0A15AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A15AA is #F5EA55. Grayscale: #222222. Windows color (decimal): -16116310 or 11146506. OLE color: 11146506.

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

Color convert

RGB1021170-
CMYK0.940.8800.33
HSL235.88º88.89%35.29%-
HSV(B)235.88º94.12%66.67%-
XYZ7.653.538.3-
YUV34.7204.36110.38-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.98%
GREEN value IS 21 (8.59% from 255) = 10.45%
BLUE value IS 170 (66.80% from 255) = 84.58%
R=4.98%
G=10.45%
B=84.58%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10211700.940.8800.33235.8888.8935.29
HexA15AA5E58021ec5923
Octal122525213613004135413143
Binary10101010110101010101111010110000100001111011001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A15AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,21,170); }

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

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

 a { background-color: rgb(10,21,170); }

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

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

 span { border-color: rgb(10,21,170); }

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