#18106A

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

Shades of Midnight Blue #18106A

Tints of Midnight Blue #18106A

Color information

#18106A (or 0x18106A) is unknown color: approx Midnight Blue. HEX triplet: 18, 10 and 6A. RGB value is (24,16,106). Sum of RGB (Red+Green+Blue) = 24+16+106=146 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.44% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 106 (41.80% from 255 or 72.60% from 146); Max value from RGB is 106 - color contains mainly: blue. Hex color #18106A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18106A is #E7EF95. Grayscale: #1C1C1C. Windows color (decimal): -15200150 or 6950936. OLE color: 6950936.

HSL color Cylindrical-coordinate representation of color #18106A: hue angle of 245.33º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18106A is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2416106-
CMYK0.770.8500.58
HSL245.33º73.77%23.92%-
HSV(B)245.33º84.91%41.57%-
XYZ3.161.6113.78-
YUV28.65171.65124.68-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.44%
GREEN value IS 16 (6.64% from 255) = 10.96%
BLUE value IS 106 (41.80% from 255) = 72.60%
R=16.44%
G=10.96%
B=72.60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24161060.770.8500.58245.3373.7723.92
Hex18106A4D5503Af54a18
Octal302015211512507236511230
Binary1100010000110101010011011010101011101011110101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18106A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18106A; }

 p { color: rgb(24,16,106); }

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

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

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

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

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

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

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