#0A1982

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

Shades of Midnight Blue #0A1982

Tints of Midnight Blue #0A1982

Color information

#0A1982 (or 0x0A1982) is unknown color: approx Midnight Blue. HEX triplet: 0A, 19 and 82. RGB value is (10,25,130). Sum of RGB (Red+Green+Blue) = 10+25+130=165 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.06% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 130 (51.17% from 255 or 78.79% from 165); Max value from RGB is 130 - color contains mainly: blue. Hex color #0A1982 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1982 is #F5E67D. Grayscale: #202020. Windows color (decimal): -16115326 or 8526090. OLE color: 8526090.

HSL color Cylindrical-coordinate representation of color #0A1982: hue angle of 232.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A1982 is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1025130-
CMYK0.920.8100.49
HSL232.5º85.71%27.45%-
HSV(B)232.5º92.31%50.98%-
XYZ4.52.3721.34-
YUV32.48183.03111.96-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.06%
GREEN value IS 25 (10.16% from 255) = 15.15%
BLUE value IS 130 (51.17% from 255) = 78.79%
R=6.06%
G=15.15%
B=78.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10251300.920.8100.49232.585.7127.45
HexA19825C51031e8561b
Octal123120213412106135012633
Binary1010110011000001010111001010001011000111101000101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,25,130); }

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

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

 a { background-color: rgb(10,25,130); }

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

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

 span { border-color: rgb(10,25,130); }

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