#0A1056

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

Shades of Midnight Blue #0A1056

Tints of Midnight Blue #0A1056

Color information

#0A1056 (or 0x0A1056) is unknown color: approx Midnight Blue. HEX triplet: 0A, 10 and 56. RGB value is (10,16,86). Sum of RGB (Red+Green+Blue) = 10+16+86=112 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.93% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 86 (33.98% from 255 or 76.79% from 112); Max value from RGB is 86 - color contains mainly: blue. Hex color #0A1056 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1056 is #F5EFA9. Grayscale: #151515. Windows color (decimal): -16117674 or 5640202. OLE color: 5640202.

HSL color Cylindrical-coordinate representation of color #0A1056: hue angle of 235.26º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A1056 is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB101686-
CMYK0.880.8100.66
HSL235.26º79.17%18.82%-
HSV(B)235.26º88.37%33.73%-
XYZ1.991.118.91-
YUV22.19164.01119.31-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.93%
GREEN value IS 16 (6.64% from 255) = 14.29%
BLUE value IS 86 (33.98% from 255) = 76.79%
R=8.93%
G=14.29%
B=76.79%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1016860.880.8100.66235.2679.1718.82
HexA10565851042eb4f13
Octal1220126130121010235311723
Binary1010100001010110101100010100010100001011101011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,16,86); }

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

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

 a { background-color: rgb(10,16,86); }

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

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

 span { border-color: rgb(10,16,86); }

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