#1A2289

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

Shades of Midnight Blue #1A2289

Tints of Midnight Blue #1A2289

Color information

#1A2289 (or 0x1A2289) is unknown color: approx Midnight Blue. HEX triplet: 1A, 22 and 89. RGB value is (26,34,137). Sum of RGB (Red+Green+Blue) = 26+34+137=197 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.20% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 137 (53.91% from 255 or 69.54% from 197); Max value from RGB is 137 - color contains mainly: blue. Hex color #1A2289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2289 is #E5DD76. Grayscale: #2A2A2A. Windows color (decimal): -15064439 or 8987162. OLE color: 8987162.

HSL color Cylindrical-coordinate representation of color #1A2289: hue angle of 235.68º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A2289 is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2634137-
CMYK0.810.7500.46
HSL235.68º68.1%31.96%-
HSV(B)235.68º81.02%53.73%-
XYZ5.513.1723.99-
YUV43.35180.85115.62-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.20%
GREEN value IS 34 (13.67% from 255) = 17.26%
BLUE value IS 137 (53.91% from 255) = 69.54%
R=13.20%
G=17.26%
B=69.54%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal26341370.810.7500.46235.6868.131.96
Hex1A2289514B02Eec4420
Octal324221112111305635410440
Binary1101010001010001001101000110010110101110111011001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,34,137); }

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

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

 a { background-color: rgb(26,34,137); }

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

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

 span { border-color: rgb(26,34,137); }

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