#1A287C

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

Shades of Midnight Blue #1A287C

Tints of Midnight Blue #1A287C

Color information

#1A287C (or 0x1A287C) is unknown color: approx Midnight Blue. HEX triplet: 1A, 28 and 7C. RGB value is (26,40,124). Sum of RGB (Red+Green+Blue) = 26+40+124=190 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.68% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 124 (48.83% from 255 or 65.26% from 190); Max value from RGB is 124 - color contains mainly: blue. Hex color #1A287C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A287C is #E5D783. Grayscale: #2D2D2D. Windows color (decimal): -15062916 or 8136730. OLE color: 8136730.

HSL color Cylindrical-coordinate representation of color #1A287C: hue angle of 231.43º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A287C is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2640124-
CMYK0.790.6800.51
HSL231.43º65.33%29.41%-
HSV(B)231.43º79.03%48.63%-
XYZ4.823.1919.43-
YUV45.39172.36114.17-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.68%
GREEN value IS 40 (16.02% from 255) = 21.05%
BLUE value IS 124 (48.83% from 255) = 65.26%
R=13.68%
G=21.05%
B=65.26%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal26401240.790.6800.51231.4365.3329.41
Hex1A287C4F44033e7411d
Octal325017411710406334710135
Binary11010101000111110010011111000100011001111100111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A287C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,40,124); }

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

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

 a { background-color: rgb(26,40,124); }

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

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

 span { border-color: rgb(26,40,124); }

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