#180460

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

Shades of Midnight Blue #180460

Tints of Midnight Blue #180460

Color information

#180460 (or 0x180460) is unknown color: approx Midnight Blue. HEX triplet: 18, 04 and 60. RGB value is (24,4,96). Sum of RGB (Red+Green+Blue) = 24+4+96=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 96 (37.89% from 255 or 77.42% from 124); Max value from RGB is 96 - color contains mainly: blue. Hex color #180460 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180460 is #E7FB9F. Grayscale: #141414. Windows color (decimal): -15203232 or 6292504. OLE color: 6292504.

HSL color Cylindrical-coordinate representation of color #180460: hue angle of 253.04º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #180460 is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB24496-
CMYK0.750.9600.62
HSL253.04º92%19.61%-
HSV(B)253.04º95.83%37.65%-
XYZ2.531.1311.15-
YUV20.47170.63130.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.35%
GREEN value IS 4 (1.95% from 255) = 3.23%
BLUE value IS 96 (37.89% from 255) = 77.42%
R=19.35%
G=3.23%
B=77.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal244960.750.9600.62253.049219.61
Hex184604B6003Efd5c14
Octal30414011314007637513424
Binary11000100110000010010111100000011111011111101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180460; }

 p { color: rgb(24,4,96); }

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

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

 a { background-color: rgb(24,4,96); }

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

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

 span { border-color: rgb(24,4,96); }

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