#150063

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

Shades of Midnight Blue #150063

Tints of Midnight Blue #150063

Color information

#150063 (or 0x150063) is unknown color: approx Midnight Blue. HEX triplet: 15, 00 and 63. RGB value is (21,0,99). Sum of RGB (Red+Green+Blue) = 21+0+99=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 99 (39.06% from 255 or 82.5% from 120); Max value from RGB is 99 - color contains mainly: blue. Hex color #150063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150063 is #EAFF9C. Grayscale: #111111. Windows color (decimal): -15400861 or 6488085. OLE color: 6488085.

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

Color convert

RGB21099-
CMYK0.79100.61
HSL252.73º100%19.41%-
HSV(B)252.73º100%38.82%-
XYZ2.561.0611.87-
YUV17.56173.96130.45-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 99 (39.06% from 255) = 82.5%
R=17.5%
G=0%
B=82.5%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal210990.79100.61252.7310019.41
Hex150634F6403Dfd6413
Octal25014311714407537514423
Binary101010110001110011111100100011110111111101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150063; }

 p { color: rgb(21,0,99); }

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

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

 a { background-color: rgb(21,0,99); }

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

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

 span { border-color: rgb(21,0,99); }

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