#0A1C78

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

Shades of Midnight Blue #0A1C78

Tints of Midnight Blue #0A1C78

Color information

#0A1C78 (or 0x0A1C78) is unknown color: approx Midnight Blue. HEX triplet: 0A, 1C and 78. RGB value is (10,28,120). Sum of RGB (Red+Green+Blue) = 10+28+120=158 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.33% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 120 (47.27% from 255 or 75.95% from 158); Max value from RGB is 120 - color contains mainly: blue. Hex color #0A1C78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1C78 is #F5E387. Grayscale: #202020. Windows color (decimal): -16114568 or 7871498. OLE color: 7871498.

HSL color Cylindrical-coordinate representation of color #0A1C78: hue angle of 230.18º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A1C78 is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1028120-
CMYK0.920.7700.53
HSL230.18º84.62%25.49%-
HSV(B)230.18º91.67%47.06%-
XYZ3.932.2518-
YUV33.11177.04111.52-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.33%
GREEN value IS 28 (11.33% from 255) = 17.72%
BLUE value IS 120 (47.27% from 255) = 75.95%
R=6.33%
G=17.72%
B=75.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10281200.920.7700.53230.1884.6225.49
HexA1C785C4D035e65519
Octal123417013411506534612531
Binary101011100111100010111001001101011010111100110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,28,120); }

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

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

 a { background-color: rgb(10,28,120); }

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

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

 span { border-color: rgb(10,28,120); }

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