#1A165D

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

Shades of Midnight Blue #1A165D

Tints of Midnight Blue #1A165D

Color information

#1A165D (or 0x1A165D) is unknown color: approx Midnight Blue. HEX triplet: 1A, 16 and 5D. RGB value is (26,22,93). Sum of RGB (Red+Green+Blue) = 26+22+93=141 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.44% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 93 (36.72% from 255 or 65.96% from 141); Max value from RGB is 93 - color contains mainly: blue. Hex color #1A165D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A165D is #E5E9A2. Grayscale: #1F1F1F. Windows color (decimal): -15067555 or 6100506. OLE color: 6100506.

HSL color Cylindrical-coordinate representation of color #1A165D: hue angle of 243.38º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A165D is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB262293-
CMYK0.720.7600.64
HSL243.38º61.74%22.55%-
HSV(B)243.38º76.34%36.47%-
XYZ2.691.5810.52-
YUV31.29162.83124.23-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.44%
GREEN value IS 22 (8.98% from 255) = 15.60%
BLUE value IS 93 (36.72% from 255) = 65.96%
R=18.44%
G=15.60%
B=65.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2622930.720.7600.64243.3861.7422.55
Hex1A165D484C040f33e17
Octal322613511011401003637627
Binary1101010110101110110010001001100010000001111001111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A165D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,22,93); }

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

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

 a { background-color: rgb(26,22,93); }

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

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

 span { border-color: rgb(26,22,93); }

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