#180775

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

Shades of Midnight Blue #180775

Tints of Midnight Blue #180775

Color information

#180775 (or 0x180775) is unknown color: approx Midnight Blue. HEX triplet: 18, 07 and 75. RGB value is (24,7,117). Sum of RGB (Red+Green+Blue) = 24+7+117=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 117 (46.09% from 255 or 79.05% from 148); Max value from RGB is 117 - color contains mainly: blue. Hex color #180775 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180775 is #E7F88A. Grayscale: #181818. Windows color (decimal): -15202443 or 7669528. OLE color: 7669528.

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

Color convert

RGB247117-
CMYK0.790.9400.54
HSL249.27º88.71%24.31%-
HSV(B)249.27º94.02%45.88%-
XYZ3.661.6316.95-
YUV24.62180.13127.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.22%
GREEN value IS 7 (3.12% from 255) = 4.73%
BLUE value IS 117 (46.09% from 255) = 79.05%
R=16.22%
G=4.73%
B=79.05%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2471170.790.9400.54249.2788.7124.31
Hex187754F5E036f95918
Octal30716511713606637113130
Binary11000111111010110011111011110011011011111001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180775; }

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

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

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

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

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

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

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

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