#180060

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

Shades of Midnight Blue #180060

Tints of Midnight Blue #180060

Color information

#180060 (or 0x180060) is unknown color: approx Midnight Blue. HEX triplet: 18, 00 and 60. RGB value is (24,0,96). Sum of RGB (Red+Green+Blue) = 24+0+96=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 96 (37.89% from 255 or 80% from 120); Max value from RGB is 96 - color contains mainly: blue. Hex color #180060 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180060 is #E7FF9F. Grayscale: #111111. Windows color (decimal): -15204256 or 6291480. OLE color: 6291480.

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

Color convert

RGB24096-
CMYK0.75100.62
HSL255º100%18.82%-
HSV(B)255º100%37.65%-
XYZ2.491.0411.14-
YUV18.12171.95132.19-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 80%
R=20%
G=0%
B=80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal240960.75100.6225510018.82
Hex180604B6403Eff6413
Octal30014011314407637714423
Binary110000110000010010111100100011111011111111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180060; }

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

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

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

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

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

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

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

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