#150464

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

Shades of Midnight Blue #150464

Tints of Midnight Blue #150464

Color information

#150464 (or 0x150464) is unknown color: approx Midnight Blue. HEX triplet: 15, 04 and 64. RGB value is (21,4,100). Sum of RGB (Red+Green+Blue) = 21+4+100=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 100 (39.45% from 255 or 80% from 125); Max value from RGB is 100 - color contains mainly: blue. Hex color #150464 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150464 is #EAFB9B. Grayscale: #131313. Windows color (decimal): -15399836 or 6554645. OLE color: 6554645.

HSL color Cylindrical-coordinate representation of color #150464: hue angle of 250.62º 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 #150464 is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB214100-
CMYK0.790.9600.61
HSL250.62º92.31%20.39%-
HSV(B)250.62º96%39.22%-
XYZ2.651.1712.14-
YUV20.03173.13128.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.8%
GREEN value IS 4 (1.95% from 255) = 3.2%
BLUE value IS 100 (39.45% from 255) = 80%
R=16.8%
G=3.2%
B=80%

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
Decimal2141000.790.9600.61250.6292.3120.39
Hex154644F6003Dfb5c14
Octal25414411714007537313424
Binary10101100110010010011111100000011110111111011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150464; }

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

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

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

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

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

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

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

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