#1A2166

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

Shades of Midnight Blue #1A2166

Tints of Midnight Blue #1A2166

Color information

#1A2166 (or 0x1A2166) is unknown color: approx Midnight Blue. HEX triplet: 1A, 21 and 66. RGB value is (26,33,102). Sum of RGB (Red+Green+Blue) = 26+33+102=161 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.15% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 102 (40.23% from 255 or 63.35% from 161); Max value from RGB is 102 - color contains mainly: blue. Hex color #1A2166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2166 is #E5DE99. Grayscale: #262626. Windows color (decimal): -15064730 or 6693146. OLE color: 6693146.

HSL color Cylindrical-coordinate representation of color #1A2166: hue angle of 234.47º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A2166 is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2633102-
CMYK0.750.6800.6
HSL234.47º59.38%25.1%-
HSV(B)234.47º74.51%40%-
XYZ3.372.2712.83-
YUV38.77163.68118.89-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.15%
GREEN value IS 33 (13.28% from 255) = 20.50%
BLUE value IS 102 (40.23% from 255) = 63.35%
R=16.15%
G=20.50%
B=63.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal26331020.750.6800.6234.4759.3825.1
Hex1A21664B4403Cea3b19
Octal32411461131040743527331
Binary1101010000111001101001011100010001111001110101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,33,102); }

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

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

 a { background-color: rgb(26,33,102); }

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

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

 span { border-color: rgb(26,33,102); }

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