#182682

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

Shades of Midnight Blue #182682

Tints of Midnight Blue #182682

Color information

#182682 (or 0x182682) is unknown color: approx Midnight Blue. HEX triplet: 18, 26 and 82. RGB value is (24,38,130). Sum of RGB (Red+Green+Blue) = 24+38+130=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 130 (51.17% from 255 or 67.71% from 192); Max value from RGB is 130 - color contains mainly: blue. Hex color #182682 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182682 is #E7D97D. Grayscale: #2B2B2B. Windows color (decimal): -15194494 or 8529432. OLE color: 8529432.

HSL color Cylindrical-coordinate representation of color #182682: hue angle of 232.08º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #182682 is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2438130-
CMYK0.820.7100.49
HSL232.08º68.83%30.2%-
HSV(B)232.08º81.54%50.98%-
XYZ5.13.1921.47-
YUV44.3176.36113.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.5%
GREEN value IS 38 (15.23% from 255) = 19.79%
BLUE value IS 130 (51.17% from 255) = 67.71%
R=12.5%
G=19.79%
B=67.71%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24381300.820.7100.49232.0868.8330.2
Hex1826825247031e8451e
Octal304620212210706135010536
Binary110001001101000001010100101000111011000111101000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182682; }

 p { color: rgb(24,38,130); }

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

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

 a { background-color: rgb(24,38,130); }

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

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

 span { border-color: rgb(24,38,130); }

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