#1a2287

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

Shades of Midnight Blue #1A2287

Tints of Midnight Blue #1A2287

Color information

#1A2287 (or 0x1A2287) is unknown color: approx Midnight Blue. HEX triplet: 1A, 22 and 87. RGB value is (26,34,135). Sum of RGB (Red+Green+Blue) = 26+34+135=195 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.33% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 135 (53.12% from 255 or 69.23% from 195); Max value from RGB is 135 - color contains mainly: blue. Hex color #1A2287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2287 is #E5DD78. Grayscale: #2A2A2A. Windows color (decimal): -15064441 or 8856090. OLE color: 8856090.

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

Color convert

RGB2634135-
CMYK0.810.7500.47
HSL235.6º67.7%31.57%-
HSV(B)235.6º80.74%52.94%-
XYZ5.373.1123.24-
YUV43.12179.85115.79-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.33%
GREEN value IS 34 (13.67% from 255) = 17.44%
BLUE value IS 135 (53.12% from 255) = 69.23%
R=13.33%
G=17.44%
B=69.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal26341350.810.7500.47235.667.731.57
Hex1A2287514B02Fec4420
Octal324220712111305735410440
Binary1101010001010000111101000110010110101111111011001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a2287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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