#150060

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

Shades of Midnight Blue #150060

Tints of Midnight Blue #150060

Color information

#150060 (or 0x150060) is unknown color: approx Midnight Blue. HEX triplet: 15, 00 and 60. RGB value is (21,0,96). Sum of RGB (Red+Green+Blue) = 21+0+96=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 96 (37.89% from 255 or 82.05% from 117); Max value from RGB is 96 - color contains mainly: blue. Hex color #150060 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150060 is #EAFF9F. Grayscale: #101010. Windows color (decimal): -15400864 or 6291477. OLE color: 6291477.

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

Color convert

RGB21096-
CMYK0.78100.62
HSL253.12º100%18.82%-
HSV(B)253.12º100%37.65%-
XYZ2.42111.13-
YUV17.22172.46130.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 82.05%
R=17.95%
G=0%
B=82.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal210960.78100.62253.1210018.82
Hex150604E6403Efd6413
Octal25014011614407637514423
Binary101010110000010011101100100011111011111101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150060; }

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

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

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

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

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

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

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

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