#180565

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

Shades of Midnight Blue #180565

Tints of Midnight Blue #180565

Color information

#180565 (or 0x180565) is unknown color: approx Midnight Blue. HEX triplet: 18, 05 and 65. RGB value is (24,5,101). Sum of RGB (Red+Green+Blue) = 24+5+101=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 101 (39.84% from 255 or 77.69% from 130); Max value from RGB is 101 - color contains mainly: blue. Hex color #180565 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180565 is #E7FA9A. Grayscale: #151515. Windows color (decimal): -15202971 or 6620440. OLE color: 6620440.

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

Color convert

RGB245101-
CMYK0.760.9500.60
HSL251.88º90.57%20.78%-
HSV(B)251.88º95.05%39.61%-
XYZ2.781.2412.41-
YUV21.62172.79129.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.46%
GREEN value IS 5 (2.34% from 255) = 3.85%
BLUE value IS 101 (39.84% from 255) = 77.69%
R=18.46%
G=3.85%
B=77.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2451010.760.9500.60251.8890.5720.78
Hex185654C5F03Cfc5b15
Octal30514511413707437413325
Binary11000101110010110011001011111011110011111100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180565; }

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

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

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

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

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

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

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

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