#1A1959

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

Shades of Midnight Blue #1A1959

Tints of Midnight Blue #1A1959

Color information

#1A1959 (or 0x1A1959) is unknown color: approx Midnight Blue. HEX triplet: 1A, 19 and 59. RGB value is (26,25,89). Sum of RGB (Red+Green+Blue) = 26+25+89=140 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.57% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 89 (35.16% from 255 or 63.57% from 140); Max value from RGB is 89 - color contains mainly: blue. Hex color #1A1959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1959 is #E5E6A6. Grayscale: #202020. Windows color (decimal): -15066791 or 5839130. OLE color: 5839130.

HSL color Cylindrical-coordinate representation of color #1A1959: hue angle of 240.94º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A1959 is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB262589-
CMYK0.710.7200.65
HSL240.94º56.14%22.35%-
HSV(B)240.94º71.91%34.9%-
XYZ2.581.649.63-
YUV32.6159.83123.3-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.57%
GREEN value IS 25 (10.16% from 255) = 17.86%
BLUE value IS 89 (35.16% from 255) = 63.57%
R=18.57%
G=17.86%
B=63.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2625890.710.7200.65240.9456.1422.35
Hex1A19594748041f13816
Octal323113110711001013617026
Binary1101011001101100110001111001000010000011111000111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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