#1D288A

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

Shades of Midnight Blue #1D288A

Tints of Midnight Blue #1D288A

Color information

#1D288A (or 0x1D288A) is unknown color: approx Midnight Blue. HEX triplet: 1D, 28 and 8A. RGB value is (29,40,138). Sum of RGB (Red+Green+Blue) = 29+40+138=207 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.01% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 138 (54.30% from 255 or 66.67% from 207); Max value from RGB is 138 - color contains mainly: blue. Hex color #1D288A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D288A is #E2D775. Grayscale: #2F2F2F. Windows color (decimal): -14866294 or 9054237. OLE color: 9054237.

HSL color Cylindrical-coordinate representation of color #1D288A: hue angle of 233.94º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D288A is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2940138-
CMYK0.790.7100.46
HSL233.94º65.27%32.75%-
HSV(B)233.94º78.99%54.12%-
XYZ5.853.6124.43-
YUV47.88178.86114.53-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.01%
GREEN value IS 40 (16.02% from 255) = 19.32%
BLUE value IS 138 (54.30% from 255) = 66.67%
R=14.01%
G=19.32%
B=66.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal29401380.790.7100.46233.9465.2732.75
Hex1D288A4F4702Eea4121
Octal355021211710705635210141
Binary1110110100010001010100111110001110101110111010101000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D288A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,40,138); }

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

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

 a { background-color: rgb(29,40,138); }

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

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

 span { border-color: rgb(29,40,138); }

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