#0A1571

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

Shades of Midnight Blue #0A1571

Tints of Midnight Blue #0A1571

Color information

#0A1571 (or 0x0A1571) is unknown color: approx Midnight Blue. HEX triplet: 0A, 15 and 71. RGB value is (10,21,113). Sum of RGB (Red+Green+Blue) = 10+21+113=144 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.94% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 113 (44.53% from 255 or 78.47% from 144); Max value from RGB is 113 - color contains mainly: blue. Hex color #0A1571 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1571 is #F5EA8E. Grayscale: #1B1B1B. Windows color (decimal): -16116367 or 7410954. OLE color: 7410954.

HSL color Cylindrical-coordinate representation of color #0A1571: hue angle of 233.59º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A1571 is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1021113-
CMYK0.910.8100.56
HSL233.59º83.74%24.12%-
HSV(B)233.59º91.15%44.31%-
XYZ3.371.7915.79-
YUV28.2175.86115.02-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.94%
GREEN value IS 21 (8.59% from 255) = 14.58%
BLUE value IS 113 (44.53% from 255) = 78.47%
R=6.94%
G=14.58%
B=78.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10211130.910.8100.56233.5983.7424.12
HexA15715B51038ea5418
Octal122516113312107035212430
Binary101010101111000110110111010001011100011101010101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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