#150C60

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

Shades of Midnight Blue #150C60

Tints of Midnight Blue #150C60

Color information

#150C60 (or 0x150C60) is unknown color: approx Midnight Blue. HEX triplet: 15, 0C and 60. RGB value is (21,12,96). Sum of RGB (Red+Green+Blue) = 21+12+96=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 12 (5.08% from 255 or 9.30% from 129); Blue value is 96 (37.89% from 255 or 74.42% from 129); Max value from RGB is 96 - color contains mainly: blue. Hex color #150C60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150C60 is #EAF39F. Grayscale: #171717. Windows color (decimal): -15397792 or 6294549. OLE color: 6294549.

HSL color Cylindrical-coordinate representation of color #150C60: hue angle of 246.43º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #150C60 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB211296-
CMYK0.780.8800.62
HSL246.43º77.78%21.18%-
HSV(B)246.43º87.5%37.65%-
XYZ2.551.2711.18-
YUV24.27168.48125.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.28%
GREEN value IS 12 (5.08% from 255) = 9.30%
BLUE value IS 96 (37.89% from 255) = 74.42%
R=16.28%
G=9.30%
B=74.42%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2112960.780.8800.62246.4377.7821.18
Hex15C604E5803Ef64e15
Octal251414011613007636611625
Binary101011100110000010011101011000011111011110110100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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