#182D7F

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

Shades of Midnight Blue #182D7F

Tints of Midnight Blue #182D7F

Color information

#182D7F (or 0x182D7F) is unknown color: approx Midnight Blue. HEX triplet: 18, 2D and 7F. RGB value is (24,45,127). Sum of RGB (Red+Green+Blue) = 24+45+127=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 127 (50% from 255 or 64.80% from 196); Max value from RGB is 127 - color contains mainly: blue. Hex color #182D7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182D7F is #E7D280. Grayscale: #2F2F2F. Windows color (decimal): -15192705 or 8334616. OLE color: 8334616.

HSL color Cylindrical-coordinate representation of color #182D7F: hue angle of 227.77º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #182D7F is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2445127-
CMYK0.810.6500.50
HSL227.77º68.21%29.61%-
HSV(B)227.77º81.1%49.8%-
XYZ5.153.620.5-
YUV48.07172.54110.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.24%
GREEN value IS 45 (17.97% from 255) = 22.96%
BLUE value IS 127 (50% from 255) = 64.80%
R=12.24%
G=22.96%
B=64.80%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal24451270.810.6500.50227.7768.2129.61
Hex182D7F5141032e4441e
Octal305517712110106234410436
Binary11000101101111111110100011000001011001011100100100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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