#180370

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

Shades of Midnight Blue #180370

Tints of Midnight Blue #180370

Color information

#180370 (or 0x180370) is unknown color: approx Midnight Blue. HEX triplet: 18, 03 and 70. RGB value is (24,3,112). Sum of RGB (Red+Green+Blue) = 24+3+112=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 112 (44.14% from 255 or 80.58% from 139); Max value from RGB is 112 - color contains mainly: blue. Hex color #180370 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180370 is #E7FC8F. Grayscale: #151515. Windows color (decimal): -15203472 or 7340824. OLE color: 7340824.

HSL color Cylindrical-coordinate representation of color #180370: hue angle of 251.56º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #180370 is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB243112-
CMYK0.790.9700.56
HSL251.56º94.78%22.55%-
HSV(B)251.56º97.32%43.92%-
XYZ3.331.4315.43-
YUV21.7178.96129.64-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.27%
GREEN value IS 3 (1.56% from 255) = 2.16%
BLUE value IS 112 (44.14% from 255) = 80.58%
R=17.27%
G=2.16%
B=80.58%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2431120.790.9700.56251.5694.7822.55
Hex183704F61038fc5f17
Octal30316011714107037413727
Binary1100011111000010011111100001011100011111100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180370; }

 p { color: rgb(24,3,112); }

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

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

 a { background-color: rgb(24,3,112); }

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

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

 span { border-color: rgb(24,3,112); }

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