#1A0D70

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

Shades of Midnight Blue #1A0D70

Tints of Midnight Blue #1A0D70

Color information

#1A0D70 (or 0x1A0D70) is unknown color: approx Midnight Blue. HEX triplet: 1A, 0D and 70. RGB value is (26,13,112). Sum of RGB (Red+Green+Blue) = 26+13+112=151 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.22% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 112 (44.14% from 255 or 74.17% from 151); Max value from RGB is 112 - color contains mainly: blue. Hex color #1A0D70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0D70 is #E5F28F. Grayscale: #1B1B1B. Windows color (decimal): -15069840 or 7343386. OLE color: 7343386.

HSL color Cylindrical-coordinate representation of color #1A0D70: hue angle of 247.88º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A0D70 is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2613112-
CMYK0.770.8800.56
HSL247.88º79.2%24.51%-
HSV(B)247.88º88.39%43.92%-
XYZ3.491.6815.47-
YUV28.17175.31126.45-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.22%
GREEN value IS 13 (5.47% from 255) = 8.61%
BLUE value IS 112 (44.14% from 255) = 74.17%
R=17.22%
G=8.61%
B=74.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26131120.770.8800.56247.8879.224.51
Hex1AD704D58038f84f19
Octal321516011513007037011731
Binary110101101111000010011011011000011100011111000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A0D70; }

 p { color: rgb(26,13,112); }

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

<style>
 a { background-color: #1A0D70; }

 a { background-color: rgb(26,13,112); }

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

<style>
 span { border-color: #1A0D70; }

 span { border-color: rgb(26,13,112); }

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