#180575

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

Shades of Midnight Blue #180575

Tints of Midnight Blue #180575

Color information

#180575 (or 0x180575) is unknown color: approx Midnight Blue. HEX triplet: 18, 05 and 75. RGB value is (24,5,117). Sum of RGB (Red+Green+Blue) = 24+5+117=146 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.44% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 117 (46.09% from 255 or 80.14% from 146); Max value from RGB is 117 - color contains mainly: blue. Hex color #180575 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180575 is #E7FA8A. Grayscale: #171717. Windows color (decimal): -15202955 or 7669016. OLE color: 7669016.

HSL color Cylindrical-coordinate representation of color #180575: hue angle of 250.18º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #180575 is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB245117-
CMYK0.790.9600.54
HSL250.18º91.8%23.92%-
HSV(B)250.18º95.73%45.88%-
XYZ3.641.5916.94-
YUV23.45180.79128.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.44%
GREEN value IS 5 (2.34% from 255) = 3.42%
BLUE value IS 117 (46.09% from 255) = 80.14%
R=16.44%
G=3.42%
B=80.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2451170.790.9600.54250.1891.823.92
Hex185754F60036fa5c18
Octal30516511714006637213430
Binary11000101111010110011111100000011011011111010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180575; }

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

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

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

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

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

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

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

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