#10186C

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

Shades of Midnight Blue #10186C

Tints of Midnight Blue #10186C

Color information

#10186C (or 0x10186C) is unknown color: approx Midnight Blue. HEX triplet: 10, 18 and 6C. RGB value is (16,24,108). Sum of RGB (Red+Green+Blue) = 16+24+108=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 24 (9.77% from 255 or 16.22% 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 #10186C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10186C is #EFE793. Grayscale: #1E1E1E. Windows color (decimal): -15722388 or 7084048. OLE color: 7084048.

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

Color convert

RGB1624108-
CMYK0.850.7800.58
HSL234.78º74.19%24.31%-
HSV(B)234.78º85.19%42.35%-
XYZ3.251.8514.37-
YUV31.18171.35117.17-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16241080.850.7800.58234.7874.1924.31
Hex10186C554E03Aeb4a18
Octal203015412511607235311230
Binary1000011000110110010101011001110011101011101011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10186C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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