#1A2872

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

Shades of Midnight Blue #1A2872

Tints of Midnight Blue #1A2872

Color information

#1A2872 (or 0x1A2872) is unknown color: approx Midnight Blue. HEX triplet: 1A, 28 and 72. RGB value is (26,40,114). Sum of RGB (Red+Green+Blue) = 26+40+114=180 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.44% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 114 (44.92% from 255 or 63.33% from 180); Max value from RGB is 114 - color contains mainly: blue. Hex color #1A2872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2872 is #E5D78D. Grayscale: #2B2B2B. Windows color (decimal): -15062926 or 7481370. OLE color: 7481370.

HSL color Cylindrical-coordinate representation of color #1A2872: hue angle of 230.45º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A2872 is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2640114-
CMYK0.770.6500.55
HSL230.45º62.86%27.45%-
HSV(B)230.45º77.19%44.71%-
XYZ4.222.9516.27-
YUV44.25167.36114.98-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.44%
GREEN value IS 40 (16.02% from 255) = 22.22%
BLUE value IS 114 (44.92% from 255) = 63.33%
R=14.44%
G=22.22%
B=63.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26401140.770.6500.55230.4562.8627.45
Hex1A28724D41037e63f1b
Octal32501621151010673467733
Binary1101010100011100101001101100000101101111110011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,40,114); }

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

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

 a { background-color: rgb(26,40,114); }

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

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

 span { border-color: rgb(26,40,114); }

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