#181866

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

Shades of Midnight Blue #181866

Tints of Midnight Blue #181866

Color information

#181866 (or 0x181866) is unknown color: approx Midnight Blue. HEX triplet: 18, 18 and 66. RGB value is (24,24,102). Sum of RGB (Red+Green+Blue) = 24+24+102=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 102 (40.23% from 255 or 68% from 150); Max value from RGB is 102 - color contains mainly: blue. Hex color #181866 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181866 is #E7E799. Grayscale: #202020. Windows color (decimal): -15198106 or 6690840. OLE color: 6690840.

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

Color convert

RGB2424102-
CMYK0.760.7600.6
HSL240º61.9%24.71%-
HSV(B)240º76.47%40%-
XYZ3.11.8112.76-
YUV32.89167121.66-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16%
GREEN value IS 24 (9.77% from 255) = 16%
BLUE value IS 102 (40.23% from 255) = 68%
R=16%
G=16%
B=68%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal24241020.760.7600.624061.924.71
Hex1818664C4C03Cf03e19
Octal30301461141140743607631
Binary110001100011001101001100100110001111001111000011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181866; }

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

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

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

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

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

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

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

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