#1A2565

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

Shades of Midnight Blue #1A2565

Tints of Midnight Blue #1A2565

Color information

#1A2565 (or 0x1A2565) is unknown color: approx Midnight Blue. HEX triplet: 1A, 25 and 65. RGB value is (26,37,101). Sum of RGB (Red+Green+Blue) = 26+37+101=164 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.85% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 101 (39.84% from 255 or 61.59% from 164); Max value from RGB is 101 - color contains mainly: blue. Hex color #1A2565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2565 is #E5DA9A. Grayscale: #282828. Windows color (decimal): -15063707 or 6628634. OLE color: 6628634.

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

Color convert

RGB2637101-
CMYK0.740.6300.60
HSL231.2º59.06%24.9%-
HSV(B)231.2º74.26%39.61%-
XYZ3.442.4812.61-
YUV41.01161.86117.3-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.85%
GREEN value IS 37 (14.84% from 255) = 22.56%
BLUE value IS 101 (39.84% from 255) = 61.59%
R=15.85%
G=22.56%
B=61.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal26371010.740.6300.60231.259.0624.9
Hex1A25654A3F03Ce73b19
Octal3245145112770743477331
Binary110101001011100101100101011111101111001110011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,37,101); }

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

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

 a { background-color: rgb(26,37,101); }

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

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

 span { border-color: rgb(26,37,101); }

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