#182A81

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

Shades of Midnight Blue #182A81

Tints of Midnight Blue #182A81

Color information

#182A81 (or 0x182A81) is unknown color: approx Midnight Blue. HEX triplet: 18, 2A and 81. RGB value is (24,42,129). Sum of RGB (Red+Green+Blue) = 24+42+129=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 129 (50.78% from 255 or 66.15% from 195); Max value from RGB is 129 - color contains mainly: blue. Hex color #182A81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182A81 is #E7D57E. Grayscale: #2E2E2E. Windows color (decimal): -15193471 or 8464920. OLE color: 8464920.

HSL color Cylindrical-coordinate representation of color #182A81: hue angle of 229.71º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #182A81 is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2442129-
CMYK0.810.6700.49
HSL229.71º68.63%30%-
HSV(B)229.71º81.4%50.59%-
XYZ5.173.4421.16-
YUV46.54174.54111.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.31%
GREEN value IS 42 (16.80% from 255) = 21.54%
BLUE value IS 129 (50.78% from 255) = 66.15%
R=12.31%
G=21.54%
B=66.15%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24421290.810.6700.49229.7168.6330
Hex182A815143031e6451e
Octal305220112110306134610536
Binary110001010101000000110100011000011011000111100110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182A81; }

 p { color: rgb(24,42,129); }

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

<style>
 a { background-color: #182A81; }

 a { background-color: rgb(24,42,129); }

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

<style>
 span { border-color: #182A81; }

 span { border-color: rgb(24,42,129); }

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