#1A0870

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

Shades of Midnight Blue #1A0870

Tints of Midnight Blue #1A0870

Color information

#1A0870 (or 0x1A0870) is unknown color: approx Midnight Blue. HEX triplet: 1A, 08 and 70. RGB value is (26,8,112). Sum of RGB (Red+Green+Blue) = 26+8+112=146 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.81% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 112 (44.14% from 255 or 76.71% from 146); Max value from RGB is 112 - color contains mainly: blue. Hex color #1A0870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0870 is #E5F78F. Grayscale: #181818. Windows color (decimal): -15071120 or 7342106. OLE color: 7342106.

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

Color convert

RGB268112-
CMYK0.770.9300.56
HSL250.38º86.67%23.53%-
HSV(B)250.38º92.86%43.92%-
XYZ3.441.5615.45-
YUV25.24176.96128.54-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.81%
GREEN value IS 8 (3.52% from 255) = 5.48%
BLUE value IS 112 (44.14% from 255) = 76.71%
R=17.81%
G=5.48%
B=76.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2681120.770.9300.56250.3886.6723.53
Hex1A8704D5D038fa5718
Octal321016011513507037212730
Binary110101000111000010011011011101011100011111010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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