#182C7C

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

Shades of Midnight Blue #182C7C

Tints of Midnight Blue #182C7C

Color information

#182C7C (or 0x182C7C) is unknown color: approx Midnight Blue. HEX triplet: 18, 2C and 7C. RGB value is (24,44,124). Sum of RGB (Red+Green+Blue) = 24+44+124=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 44 (17.58% from 255 or 22.92% from 192); Blue value is 124 (48.83% from 255 or 64.58% from 192); Max value from RGB is 124 - color contains mainly: blue. Hex color #182C7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182C7C is #E7D383. Grayscale: #2E2E2E. Windows color (decimal): -15192964 or 8137752. OLE color: 8137752.

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

Color convert

RGB2444124-
CMYK0.810.6500.51
HSL228º67.57%29.02%-
HSV(B)228º80.65%48.63%-
XYZ4.923.4519.48-
YUV47.14171.37111.5-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.5%
GREEN value IS 44 (17.58% from 255) = 22.92%
BLUE value IS 124 (48.83% from 255) = 64.58%
R=12.5%
G=22.92%
B=64.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal24441240.810.6500.5122867.5729.02
Hex182C7C5141033e4441d
Octal305417412110106334410435
Binary11000101100111110010100011000001011001111100100100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,44,124); }

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

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

 a { background-color: rgb(24,44,124); }

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

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

 span { border-color: rgb(24,44,124); }

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