#150D6F

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

Shades of Midnight Blue #150D6F

Tints of Midnight Blue #150D6F

Color information

#150D6F (or 0x150D6F) is unknown color: approx Midnight Blue. HEX triplet: 15, 0D and 6F. RGB value is (21,13,111). Sum of RGB (Red+Green+Blue) = 21+13+111=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 13 (5.47% from 255 or 8.97% from 145); Blue value is 111 (43.75% from 255 or 76.55% from 145); Max value from RGB is 111 - color contains mainly: blue. Hex color #150D6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150D6F is #EAF290. Grayscale: #1A1A1A. Windows color (decimal): -15397521 or 7277845. OLE color: 7277845.

HSL color Cylindrical-coordinate representation of color #150D6F: hue angle of 244.9º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #150D6F is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2113111-
CMYK0.810.8800.56
HSL244.9º79.03%24.31%-
HSV(B)244.9º88.29%43.53%-
XYZ3.321.5915.17-
YUV26.56175.65124.03-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.48%
GREEN value IS 13 (5.47% from 255) = 8.97%
BLUE value IS 111 (43.75% from 255) = 76.55%
R=14.48%
G=8.97%
B=76.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21131110.810.8800.56244.979.0324.31
Hex15D6F5158038f54f18
Octal251515712113007036511730
Binary101011101110111110100011011000011100011110101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,13,111); }

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

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

 a { background-color: rgb(21,13,111); }

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

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

 span { border-color: rgb(21,13,111); }

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