#150361

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

Shades of Midnight Blue #150361

Tints of Midnight Blue #150361

Color information

#150361 (or 0x150361) is unknown color: approx Midnight Blue. HEX triplet: 15, 03 and 61. RGB value is (21,3,97). Sum of RGB (Red+Green+Blue) = 21+3+97=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 97 (38.28% from 255 or 80.17% from 121); Max value from RGB is 97 - color contains mainly: blue. Hex color #150361 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150361 is #EAFC9E. Grayscale: #121212. Windows color (decimal): -15400095 or 6357781. OLE color: 6357781.

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

Color convert

RGB21397-
CMYK0.780.9700.62
HSL251.49º94%19.61%-
HSV(B)251.49º96.91%38.04%-
XYZ2.51.0911.39-
YUV19.1171.96129.36-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.36%
GREEN value IS 3 (1.56% from 255) = 2.48%
BLUE value IS 97 (38.28% from 255) = 80.17%
R=17.36%
G=2.48%
B=80.17%

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
Decimal213970.780.9700.62251.499419.61
Hex153614E6103Efb5e14
Octal25314111614107637313624
Binary1010111110000110011101100001011111011111011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150361; }

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

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

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

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

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

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

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

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