#180776

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

Shades of Midnight Blue #180776

Tints of Midnight Blue #180776

Color information

#180776 (or 0x180776) is unknown color: approx Midnight Blue. HEX triplet: 18, 07 and 76. RGB value is (24,7,118). Sum of RGB (Red+Green+Blue) = 24+7+118=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 118 (46.48% from 255 or 79.19% from 149); Max value from RGB is 118 - color contains mainly: blue. Hex color #180776 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180776 is #E7F889. Grayscale: #181818. Windows color (decimal): -15202442 or 7735064. OLE color: 7735064.

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

Color convert

RGB247118-
CMYK0.800.9400.54
HSL249.19º88.8%24.51%-
HSV(B)249.19º94.07%46.27%-
XYZ3.721.6517.26-
YUV24.74180.63127.47-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.11%
GREEN value IS 7 (3.12% from 255) = 4.70%
BLUE value IS 118 (46.48% from 255) = 79.19%
R=16.11%
G=4.70%
B=79.19%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2471180.800.9400.54249.1988.824.51
Hex18776505E036f95919
Octal30716612013606637113131
Binary11000111111011010100001011110011011011111001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180776; }

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

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

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

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

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

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

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

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