#0A1973

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

Shades of Midnight Blue #0A1973

Tints of Midnight Blue #0A1973

Color information

#0A1973 (or 0x0A1973) is unknown color: approx Midnight Blue. HEX triplet: 0A, 19 and 73. RGB value is (10,25,115). Sum of RGB (Red+Green+Blue) = 10+25+115=150 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.67% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 115 (45.31% from 255 or 76.67% from 150); Max value from RGB is 115 - color contains mainly: blue. Hex color #0A1973 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1973 is #F5E68C. Grayscale: #1E1E1E. Windows color (decimal): -16115341 or 7543050. OLE color: 7543050.

HSL color Cylindrical-coordinate representation of color #0A1973: hue angle of 231.43º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A1973 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1025115-
CMYK0.910.7800.55
HSL231.43º84%24.51%-
HSV(B)231.43º91.3%45.1%-
XYZ3.57216.42-
YUV30.78175.53113.18-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.67%
GREEN value IS 25 (10.16% from 255) = 16.67%
BLUE value IS 115 (45.31% from 255) = 76.67%
R=6.67%
G=16.67%
B=76.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10251150.910.7800.55231.438424.51
HexA19735B4E037e75419
Octal123116313311606734712431
Binary101011001111001110110111001110011011111100111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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