#180365

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

Shades of Midnight Blue #180365

Tints of Midnight Blue #180365

Color information

#180365 (or 0x180365) is unknown color: approx Midnight Blue. HEX triplet: 18, 03 and 65. RGB value is (24,3,101). Sum of RGB (Red+Green+Blue) = 24+3+101=128 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.75% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 101 (39.84% from 255 or 78.91% from 128); Max value from RGB is 101 - color contains mainly: blue. Hex color #180365 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180365 is #E7FC9A. Grayscale: #141414. Windows color (decimal): -15203483 or 6619928. OLE color: 6619928.

HSL color Cylindrical-coordinate representation of color #180365: hue angle of 252.86º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #180365 is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB243101-
CMYK0.760.9700.60
HSL252.86º94.23%20.39%-
HSV(B)252.86º97.03%39.61%-
XYZ2.761.212.4-
YUV20.45173.46130.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.75%
GREEN value IS 3 (1.56% from 255) = 2.34%
BLUE value IS 101 (39.84% from 255) = 78.91%
R=18.75%
G=2.34%
B=78.91%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2431010.760.9700.60252.8694.2320.39
Hex183654C6103Cfd5e14
Octal30314511414107437513624
Binary1100011110010110011001100001011110011111101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180365; }

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

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

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

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

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

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

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

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