#1A106D

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

Shades of Midnight Blue #1A106D

Tints of Midnight Blue #1A106D

Color information

#1A106D (or 0x1A106D) is unknown color: approx Midnight Blue. HEX triplet: 1A, 10 and 6D. RGB value is (26,16,109). Sum of RGB (Red+Green+Blue) = 26+16+109=151 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.22% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 109 (42.97% from 255 or 72.19% from 151); Max value from RGB is 109 - color contains mainly: blue. Hex color #1A106D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A106D is #E5EF92. Grayscale: #1D1D1D. Windows color (decimal): -15069075 or 7147546. OLE color: 7147546.

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

Color convert

RGB2616109-
CMYK0.760.8500.57
HSL246.45º74.4%24.51%-
HSV(B)246.45º85.32%42.75%-
XYZ3.371.6914.62-
YUV29.59172.81125.44-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.22%
GREEN value IS 16 (6.64% from 255) = 10.60%
BLUE value IS 109 (42.97% from 255) = 72.19%
R=17.22%
G=10.60%
B=72.19%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal26161090.760.8500.57246.4574.424.51
Hex1A106D4C55039f64a19
Octal322015511412507136611231
Binary1101010000110110110011001010101011100111110110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A106D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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