#18106C

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

Shades of Midnight Blue #18106C

Tints of Midnight Blue #18106C

Color information

#18106C (or 0x18106C) is unknown color: approx Midnight Blue. HEX triplet: 18, 10 and 6C. RGB value is (24,16,108). Sum of RGB (Red+Green+Blue) = 24+16+108=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 108 (42.58% from 255 or 72.97% from 148); Max value from RGB is 108 - color contains mainly: blue. Hex color #18106C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18106C is #E7EF93. Grayscale: #1C1C1C. Windows color (decimal): -15200148 or 7082008. OLE color: 7082008.

HSL color Cylindrical-coordinate representation of color #18106C: hue angle of 245.22º 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 #18106C is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2416108-
CMYK0.780.8500.58
HSL245.22º74.19%24.31%-
HSV(B)245.22º85.19%42.35%-
XYZ3.271.6514.33-
YUV28.88172.65124.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.22%
GREEN value IS 16 (6.64% from 255) = 10.81%
BLUE value IS 108 (42.58% from 255) = 72.97%
R=16.22%
G=10.81%
B=72.97%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24161080.780.8500.58245.2274.1924.31
Hex18106C4E5503Af54a18
Octal302015411612507236511230
Binary1100010000110110010011101010101011101011110101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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