#1D2A83

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

Shades of Midnight Blue #1D2A83

Tints of Midnight Blue #1D2A83

Color information

#1D2A83 (or 0x1D2A83) is unknown color: approx Midnight Blue. HEX triplet: 1D, 2A and 83. RGB value is (29,42,131). Sum of RGB (Red+Green+Blue) = 29+42+131=202 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.36% from 202); Green value is 42 (16.80% from 255 or 20.79% from 202); Blue value is 131 (51.56% from 255 or 64.85% from 202); Max value from RGB is 131 - color contains mainly: blue. Hex color #1D2A83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2A83 is #E2D57C. Grayscale: #2F2F2F. Windows color (decimal): -14865789 or 8595997. OLE color: 8595997.

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

Color convert

RGB2942131-
CMYK0.780.6800.49
HSL232.35º63.75%31.37%-
HSV(B)232.35º77.86%51.37%-
XYZ5.433.5621.87-
YUV48.26174.69114.26-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.36%
GREEN value IS 42 (16.80% from 255) = 20.79%
BLUE value IS 131 (51.56% from 255) = 64.85%
R=14.36%
G=20.79%
B=64.85%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal29421310.780.6800.49232.3563.7531.37
Hex1D2A834E44031e8401f
Octal355220311610406135010037
Binary111011010101000001110011101000100011000111101000100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,42,131); }

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

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

 a { background-color: rgb(29,42,131); }

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

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

 span { border-color: rgb(29,42,131); }

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