#150264

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

Shades of Midnight Blue #150264

Tints of Midnight Blue #150264

Color information

#150264 (or 0x150264) is unknown color: approx Midnight Blue. HEX triplet: 15, 02 and 64. RGB value is (21,2,100). Sum of RGB (Red+Green+Blue) = 21+2+100=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 100 (39.45% from 255 or 81.30% from 123); Max value from RGB is 100 - color contains mainly: blue. Hex color #150264 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150264 is #EAFD9B. Grayscale: #121212. Windows color (decimal): -15400348 or 6554133. OLE color: 6554133.

HSL color Cylindrical-coordinate representation of color #150264: hue angle of 251.63º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #150264 is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB212100-
CMYK0.790.9800.61
HSL251.63º96.08%20%-
HSV(B)251.63º98%39.22%-
XYZ2.631.1212.13-
YUV18.85173.79129.53-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.07%
GREEN value IS 2 (1.17% from 255) = 1.63%
BLUE value IS 100 (39.45% from 255) = 81.30%
R=17.07%
G=1.63%
B=81.30%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2121000.790.9800.61251.6396.0820
Hex152644F6203Dfc6014
Octal25214411714207537414024
Binary1010110110010010011111100010011110111111100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150264; }

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

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

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

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

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

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

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

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