#0A1878

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

Shades of Midnight Blue #0A1878

Tints of Midnight Blue #0A1878

Color information

#0A1878 (or 0x0A1878) is unknown color: approx Midnight Blue. HEX triplet: 0A, 18 and 78. RGB value is (10,24,120). Sum of RGB (Red+Green+Blue) = 10+24+120=154 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.49% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 120 (47.27% from 255 or 77.92% from 154); Max value from RGB is 120 - color contains mainly: blue. Hex color #0A1878 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1878 is #F5E787. Grayscale: #1E1E1E. Windows color (decimal): -16115592 or 7870474. OLE color: 7870474.

HSL color Cylindrical-coordinate representation of color #0A1878: hue angle of 232.36º 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 #0A1878 is Cyan = 0.92, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1024120-
CMYK0.920.800.53
HSL232.36º84.62%25.49%-
HSV(B)232.36º91.67%47.06%-
XYZ3.842.0717.97-
YUV30.76178.36113.19-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.49%
GREEN value IS 24 (9.77% from 255) = 15.58%
BLUE value IS 120 (47.27% from 255) = 77.92%
R=6.49%
G=15.58%
B=77.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10241200.920.800.53232.3684.6225.49
HexA18785C50035e85519
Octal123017013412006535012531
Binary101011000111100010111001010000011010111101000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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