#150C6C

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

Shades of Midnight Blue #150C6C

Tints of Midnight Blue #150C6C

Color information

#150C6C (or 0x150C6C) is unknown color: approx Midnight Blue. HEX triplet: 15, 0C and 6C. RGB value is (21,12,108). Sum of RGB (Red+Green+Blue) = 21+12+108=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 12 (5.08% from 255 or 8.51% from 141); Blue value is 108 (42.58% from 255 or 76.60% from 141); Max value from RGB is 108 - color contains mainly: blue. Hex color #150C6C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150C6C is #EAF393. Grayscale: #191919. Windows color (decimal): -15397780 or 7080981. OLE color: 7080981.

HSL color Cylindrical-coordinate representation of color #150C6C: hue angle of 245.62º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #150C6C is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2112108-
CMYK0.810.8900.58
HSL245.62º80%23.53%-
HSV(B)245.62º88.89%42.35%-
XYZ3.151.5114.31-
YUV25.64174.48124.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.89%
GREEN value IS 12 (5.08% from 255) = 8.51%
BLUE value IS 108 (42.58% from 255) = 76.60%
R=14.89%
G=8.51%
B=76.60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21121080.810.8900.58245.628023.53
Hex15C6C515903Af65018
Octal251415412113107236612030
Binary101011100110110010100011011001011101011110110101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150C6C; }

 p { color: rgb(21,12,108); }

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

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

 a { background-color: rgb(21,12,108); }

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

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

 span { border-color: rgb(21,12,108); }

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