#1A196D

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

Shades of Midnight Blue #1A196D

Tints of Midnight Blue #1A196D

Color information

#1A196D (or 0x1A196D) is unknown color: approx Midnight Blue. HEX triplet: 1A, 19 and 6D. RGB value is (26,25,109). Sum of RGB (Red+Green+Blue) = 26+25+109=160 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.25% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 109 (42.97% from 255 or 68.12% from 160); Max value from RGB is 109 - color contains mainly: blue. Hex color #1A196D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A196D is #E5E692. Grayscale: #222222. Windows color (decimal): -15066771 or 7149850. OLE color: 7149850.

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

Color convert

RGB2625109-
CMYK0.760.7700.57
HSL240.71º62.69%26.27%-
HSV(B)240.71º77.06%42.75%-
XYZ3.532.0214.67-
YUV34.88169.83121.67-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.25%
GREEN value IS 25 (10.16% from 255) = 15.62%
BLUE value IS 109 (42.97% from 255) = 68.12%
R=16.25%
G=15.62%
B=68.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal26251090.760.7700.57240.7162.6926.27
Hex1A196D4C4D039f13f1a
Octal32311551141150713617732
Binary110101100111011011001100100110101110011111000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A196D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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