#182A84

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

Shades of Midnight Blue #182A84

Tints of Midnight Blue #182A84

Color information

#182A84 (or 0x182A84) is unknown color: approx Midnight Blue. HEX triplet: 18, 2A and 84. RGB value is (24,42,132). Sum of RGB (Red+Green+Blue) = 24+42+132=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 132 (51.95% from 255 or 66.67% from 198); Max value from RGB is 132 - color contains mainly: blue. Hex color #182A84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182A84 is #E7D57B. Grayscale: #2E2E2E. Windows color (decimal): -15193468 or 8661528. OLE color: 8661528.

HSL color Cylindrical-coordinate representation of color #182A84: hue angle of 230º 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 #182A84 is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2442132-
CMYK0.820.6800.48
HSL230º69.23%30.59%-
HSV(B)230º81.82%51.76%-
XYZ5.373.5222.23-
YUV46.88176.04111.68-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.12%
GREEN value IS 42 (16.80% from 255) = 21.21%
BLUE value IS 132 (51.95% from 255) = 66.67%
R=12.12%
G=21.21%
B=66.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal24421320.820.6800.4823069.2330.59
Hex182A845244030e6451f
Octal305220412210406034610537
Binary110001010101000010010100101000100011000011100110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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