#150360

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

Shades of Midnight Blue #150360

Tints of Midnight Blue #150360

Color information

#150360 (or 0x150360) is unknown color: approx Midnight Blue. HEX triplet: 15, 03 and 60. RGB value is (21,3,96). Sum of RGB (Red+Green+Blue) = 21+3+96=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 96 (37.89% from 255 or 80% from 120); Max value from RGB is 96 - color contains mainly: blue. Hex color #150360 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150360 is #EAFC9F. Grayscale: #121212. Windows color (decimal): -15400096 or 6292245. OLE color: 6292245.

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

Color convert

RGB21396-
CMYK0.780.9700.62
HSL251.61º93.94%19.41%-
HSV(B)251.61º96.88%37.65%-
XYZ2.451.0711.14-
YUV18.98171.46129.44-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.5%
GREEN value IS 3 (1.56% from 255) = 2.5%
BLUE value IS 96 (37.89% from 255) = 80%
R=17.5%
G=2.5%
B=80%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal213960.780.9700.62251.6193.9419.41
Hex153604E6103Efc5e13
Octal25314011614107637413623
Binary1010111110000010011101100001011111011111100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150360; }

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

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

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

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

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

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

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

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