#182484

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

Shades of Midnight Blue #182484

Tints of Midnight Blue #182484

Color information

#182484 (or 0x182484) is unknown color: approx Midnight Blue. HEX triplet: 18, 24 and 84. RGB value is (24,36,132). Sum of RGB (Red+Green+Blue) = 24+36+132=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 132 (51.95% from 255 or 68.75% from 192); Max value from RGB is 132 - color contains mainly: blue. Hex color #182484 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182484 is #E7DB7B. Grayscale: #2A2A2A. Windows color (decimal): -15195004 or 8659992. OLE color: 8659992.

HSL color Cylindrical-coordinate representation of color #182484: hue angle of 233.33º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #182484 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2436132-
CMYK0.820.7300.48
HSL233.33º69.23%30.59%-
HSV(B)233.33º81.82%51.76%-
XYZ5.173.1222.16-
YUV43.36178.02114.19-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.5%
GREEN value IS 36 (14.45% from 255) = 18.75%
BLUE value IS 132 (51.95% from 255) = 68.75%
R=12.5%
G=18.75%
B=68.75%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal24361320.820.7300.48233.3369.2330.59
Hex1824845249030e9451f
Octal304420412211106035110537
Binary110001001001000010010100101001001011000011101001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182484; }

 p { color: rgb(24,36,132); }

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

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

 a { background-color: rgb(24,36,132); }

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

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

 span { border-color: rgb(24,36,132); }

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