#180966

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

Shades of Midnight Blue #180966

Tints of Midnight Blue #180966

Color information

#180966 (or 0x180966) is unknown color: approx Midnight Blue. HEX triplet: 18, 09 and 66. RGB value is (24,9,102). Sum of RGB (Red+Green+Blue) = 24+9+102=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 102 (40.23% from 255 or 75.56% from 135); Max value from RGB is 102 - color contains mainly: blue. Hex color #180966 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180966 is #E7F699. Grayscale: #171717. Windows color (decimal): -15201946 or 6687000. OLE color: 6687000.

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

Color convert

RGB249102-
CMYK0.760.9100.6
HSL249.68º83.78%21.76%-
HSV(B)249.68º91.18%40%-
XYZ2.871.3512.68-
YUV24.09171.97127.94-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.78%
GREEN value IS 9 (3.91% from 255) = 6.67%
BLUE value IS 102 (40.23% from 255) = 75.56%
R=17.78%
G=6.67%
B=75.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2491020.760.9100.6249.6883.7821.76
Hex189664C5B03Cfa5416
Octal301114611413307437212426
Binary110001001110011010011001011011011110011111010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180966; }

 p { color: rgb(24,9,102); }

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

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

 a { background-color: rgb(24,9,102); }

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

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

 span { border-color: rgb(24,9,102); }

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