#150463

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

Shades of Midnight Blue #150463

Tints of Midnight Blue #150463

Color information

#150463 (or 0x150463) is unknown color: approx Midnight Blue. HEX triplet: 15, 04 and 63. RGB value is (21,4,99). Sum of RGB (Red+Green+Blue) = 21+4+99=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 99 (39.06% from 255 or 79.84% from 124); Max value from RGB is 99 - color contains mainly: blue. Hex color #150463 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150463 is #EAFB9C. Grayscale: #131313. Windows color (decimal): -15399837 or 6489109. OLE color: 6489109.

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

Color convert

RGB21499-
CMYK0.790.9600.61
HSL250.74º92.23%20.2%-
HSV(B)250.74º95.96%38.82%-
XYZ2.61.1511.89-
YUV19.91172.63128.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.94%
GREEN value IS 4 (1.95% from 255) = 3.23%
BLUE value IS 99 (39.06% from 255) = 79.84%
R=16.94%
G=3.23%
B=79.84%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal214990.790.9600.61250.7492.2320.2
Hex154634F6003Dfb5c14
Octal25414311714007537313424
Binary10101100110001110011111100000011110111111011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150463; }

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

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

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

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

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

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

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

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