#180072

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

Shades of Midnight Blue #180072

Tints of Midnight Blue #180072

Color information

#180072 (or 0x180072) is unknown color: approx Midnight Blue. HEX triplet: 18, 00 and 72. RGB value is (24,0,114). Sum of RGB (Red+Green+Blue) = 24+0+114=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 114 (44.92% from 255 or 82.61% from 138); Max value from RGB is 114 - color contains mainly: blue. Hex color #180072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180072 is #E7FF8D. Grayscale: #131313. Windows color (decimal): -15204238 or 7471128. OLE color: 7471128.

HSL color Cylindrical-coordinate representation of color #180072: hue angle of 252.63º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180072 is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB240114-
CMYK0.79100.55
HSL252.63º100%22.35%-
HSV(B)252.63º100%44.71%-
XYZ3.411.4116.01-
YUV20.17180.95130.73-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 82.61%
R=17.39%
G=0%
B=82.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2401140.79100.55252.6310022.35
Hex180724F64037fd6416
Octal30016211714406737514426
Binary110000111001010011111100100011011111111101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180072; }

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

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

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

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

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

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

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

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