#182D85

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

Shades of Midnight Blue #182D85

Tints of Midnight Blue #182D85

Color information

#182D85 (or 0x182D85) is unknown color: approx Midnight Blue. HEX triplet: 18, 2D and 85. RGB value is (24,45,133). Sum of RGB (Red+Green+Blue) = 24+45+133=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 45 (17.97% from 255 or 22.28% from 202); Blue value is 133 (52.34% from 255 or 65.84% from 202); Max value from RGB is 133 - color contains mainly: blue. Hex color #182D85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182D85 is #E7D27A. Grayscale: #303030. Windows color (decimal): -15192699 or 8727832. OLE color: 8727832.

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

Color convert

RGB2445133-
CMYK0.820.6600.48
HSL228.44º69.43%30.78%-
HSV(B)228.44º81.95%52.16%-
XYZ5.553.7622.62-
YUV48.75175.54110.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.88%
GREEN value IS 45 (17.97% from 255) = 22.28%
BLUE value IS 133 (52.34% from 255) = 65.84%
R=11.88%
G=22.28%
B=65.84%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal24451330.820.6600.48228.4469.4330.78
Hex182D855242030e4451f
Octal305520512210206034410537
Binary110001011011000010110100101000010011000011100100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,45,133); }

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

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

 a { background-color: rgb(24,45,133); }

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

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

 span { border-color: rgb(24,45,133); }

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