#180874

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

Shades of Midnight Blue #180874

Tints of Midnight Blue #180874

Color information

#180874 (or 0x180874) is unknown color: approx Midnight Blue. HEX triplet: 18, 08 and 74. RGB value is (24,8,116). Sum of RGB (Red+Green+Blue) = 24+8+116=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 116 (45.70% from 255 or 78.38% from 148); Max value from RGB is 116 - color contains mainly: blue. Hex color #180874 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180874 is #E7F78B. Grayscale: #181818. Windows color (decimal): -15202188 or 7604248. OLE color: 7604248.

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

Color convert

RGB248116-
CMYK0.790.9300.55
HSL248.89º87.1%24.31%-
HSV(B)248.89º93.1%45.49%-
XYZ3.621.6316.65-
YUV25.1179.3127.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.22%
GREEN value IS 8 (3.52% from 255) = 5.41%
BLUE value IS 116 (45.70% from 255) = 78.38%
R=16.22%
G=5.41%
B=78.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2481160.790.9300.55248.8987.124.31
Hex188744F5D037f95718
Octal301016411713506737112730
Binary110001000111010010011111011101011011111111001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180874; }

 p { color: rgb(24,8,116); }

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

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

 a { background-color: rgb(24,8,116); }

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

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

 span { border-color: rgb(24,8,116); }

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