#150271

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

Shades of Midnight Blue #150271

Tints of Midnight Blue #150271

Color information

#150271 (or 0x150271) is unknown color: approx Midnight Blue. HEX triplet: 15, 02 and 71. RGB value is (21,2,113). Sum of RGB (Red+Green+Blue) = 21+2+113=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 113 (44.53% from 255 or 83.09% from 136); Max value from RGB is 113 - color contains mainly: blue. Hex color #150271 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150271 is #EAFD8E. Grayscale: #131313. Windows color (decimal): -15400335 or 7406101. OLE color: 7406101.

HSL color Cylindrical-coordinate representation of color #150271: hue angle of 250.27º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #150271 is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB212113-
CMYK0.810.9800.56
HSL250.27º96.52%22.55%-
HSV(B)250.27º98.23%44.31%-
XYZ3.311.415.72-
YUV20.34180.29128.47-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.44%
GREEN value IS 2 (1.17% from 255) = 1.47%
BLUE value IS 113 (44.53% from 255) = 83.09%
R=15.44%
G=1.47%
B=83.09%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2121130.810.9800.56250.2796.5222.55
Hex152715162038fa6117
Octal25216112114207037214127
Binary1010110111000110100011100010011100011111010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150271; }

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

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

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

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

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

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

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

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