#150260

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

Shades of Midnight Blue #150260

Tints of Midnight Blue #150260

Color information

#150260 (or 0x150260) is unknown color: approx Midnight Blue. HEX triplet: 15, 02 and 60. RGB value is (21,2,96). Sum of RGB (Red+Green+Blue) = 21+2+96=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 96 (37.89% from 255 or 80.67% from 119); Max value from RGB is 96 - color contains mainly: blue. Hex color #150260 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150260 is #EAFD9F. Grayscale: #121212. Windows color (decimal): -15400352 or 6291989. OLE color: 6291989.

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

Color convert

RGB21296-
CMYK0.780.9800.62
HSL252.13º95.92%19.22%-
HSV(B)252.13º97.92%37.65%-
XYZ2.441.0511.14-
YUV18.4171.79129.86-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.65%
GREEN value IS 2 (1.17% from 255) = 1.68%
BLUE value IS 96 (37.89% from 255) = 80.67%
R=17.65%
G=1.68%
B=80.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal212960.780.9800.62252.1395.9219.22
Hex152604E6203Efc6013
Octal25214011614207637414023
Binary1010110110000010011101100010011111011111100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150260; }

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

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

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

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

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

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

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

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