#181D85

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

Shades of Midnight Blue #181D85

Tints of Midnight Blue #181D85

Color information

#181D85 (or 0x181D85) is unknown color: approx Midnight Blue. HEX triplet: 18, 1D and 85. RGB value is (24,29,133). Sum of RGB (Red+Green+Blue) = 24+29+133=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 29 (11.72% from 255 or 15.59% from 186); Blue value is 133 (52.34% from 255 or 71.51% from 186); Max value from RGB is 133 - color contains mainly: blue. Hex color #181D85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181D85 is #E7E27A. Grayscale: #262626. Windows color (decimal): -15196795 or 8723736. OLE color: 8723736.

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

Color convert

RGB2429133-
CMYK0.820.7800.48
HSL237.25º69.43%30.78%-
HSV(B)237.25º81.95%52.16%-
XYZ5.052.7722.46-
YUV39.36180.84117.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.90%
GREEN value IS 29 (11.72% from 255) = 15.59%
BLUE value IS 133 (52.34% from 255) = 71.51%
R=12.90%
G=15.59%
B=71.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal24291330.820.7800.48237.2569.4330.78
Hex181D85524E030ed451f
Octal303520512211606035510537
Binary11000111011000010110100101001110011000011101101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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