#150A63

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

Shades of Midnight Blue #150A63

Tints of Midnight Blue #150A63

Color information

#150A63 (or 0x150A63) is unknown color: approx Midnight Blue. HEX triplet: 15, 0A and 63. RGB value is (21,10,99). Sum of RGB (Red+Green+Blue) = 21+10+99=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 10 (4.30% from 255 or 7.69% from 130); Blue value is 99 (39.06% from 255 or 76.15% from 130); Max value from RGB is 99 - color contains mainly: blue. Hex color #150A63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150A63 is #EAF59C. Grayscale: #171717. Windows color (decimal): -15398301 or 6490645. OLE color: 6490645.

HSL color Cylindrical-coordinate representation of color #150A63: hue angle of 247.42º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150A63 is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB211099-
CMYK0.790.9000.61
HSL247.42º81.65%21.37%-
HSV(B)247.42º89.9%38.82%-
XYZ2.671.2811.91-
YUV23.44170.64126.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.15%
GREEN value IS 10 (4.30% from 255) = 7.69%
BLUE value IS 99 (39.06% from 255) = 76.15%
R=16.15%
G=7.69%
B=76.15%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2110990.790.9000.61247.4281.6521.37
Hex15A634F5A03Df75215
Octal251214311713207536712225
Binary101011010110001110011111011010011110111110111101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150A63; }

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

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

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

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

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

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

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

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