#1A146D

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

Shades of Midnight Blue #1A146D

Tints of Midnight Blue #1A146D

Color information

#1A146D (or 0x1A146D) is unknown color: approx Midnight Blue. HEX triplet: 1A, 14 and 6D. RGB value is (26,20,109). Sum of RGB (Red+Green+Blue) = 26+20+109=155 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.77% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 109 (42.97% from 255 or 70.32% from 155); Max value from RGB is 109 - color contains mainly: blue. Hex color #1A146D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A146D is #E5EB92. Grayscale: #1F1F1F. Windows color (decimal): -15068051 or 7148570. OLE color: 7148570.

HSL color Cylindrical-coordinate representation of color #1A146D: hue angle of 244.04º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A146D is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2620109-
CMYK0.760.8200.57
HSL244.04º68.99%25.29%-
HSV(B)244.04º81.65%42.75%-
XYZ3.441.8214.64-
YUV31.94171.49123.76-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.77%
GREEN value IS 20 (8.20% from 255) = 12.90%
BLUE value IS 109 (42.97% from 255) = 70.32%
R=16.77%
G=12.90%
B=70.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal26201090.760.8200.57244.0468.9925.29
Hex1A146D4C52039f44519
Octal322415511412207136410531
Binary1101010100110110110011001010010011100111110100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A146D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,20,109); }

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

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

 a { background-color: rgb(26,20,109); }

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

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

 span { border-color: rgb(26,20,109); }

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