#0A1379

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

Shades of Midnight Blue #0A1379

Tints of Midnight Blue #0A1379

Color information

#0A1379 (or 0x0A1379) is unknown color: approx Midnight Blue. HEX triplet: 0A, 13 and 79. RGB value is (10,19,121). Sum of RGB (Red+Green+Blue) = 10+19+121=150 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.67% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 121 (47.66% from 255 or 80.67% from 150); Max value from RGB is 121 - color contains mainly: blue. Hex color #0A1379 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1379 is #F5EC86. Grayscale: #1B1B1B. Windows color (decimal): -16116871 or 7934730. OLE color: 7934730.

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

Color convert

RGB1019121-
CMYK0.920.8400.53
HSL235.14º84.73%25.69%-
HSV(B)235.14º91.74%47.45%-
XYZ3.811.9118.26-
YUV27.94180.52115.21-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.67%
GREEN value IS 19 (7.81% from 255) = 12.67%
BLUE value IS 121 (47.66% from 255) = 80.67%
R=6.67%
G=12.67%
B=80.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10191210.920.8400.53235.1484.7325.69
HexA13795C54035eb551a
Octal122317113412406535312532
Binary101010011111100110111001010100011010111101011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,19,121); }

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

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

 a { background-color: rgb(10,19,121); }

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

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

 span { border-color: rgb(10,19,121); }

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