#150455

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

Shades of Midnight Blue #150455

Tints of Midnight Blue #150455

Color information

#150455 (or 0x150455) is unknown color: approx Midnight Blue. HEX triplet: 15, 04 and 55. RGB value is (21,4,85). Sum of RGB (Red+Green+Blue) = 21+4+85=110 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.09% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 85 (33.59% from 255 or 77.27% from 110); Max value from RGB is 85 - color contains mainly: blue. Hex color #150455 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150455 is #EAFBAA. Grayscale: #121212. Windows color (decimal): -15399851 or 5571605. OLE color: 5571605.

HSL color Cylindrical-coordinate representation of color #150455: hue angle of 252.59º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150455 is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB21485-
CMYK0.750.9500.67
HSL252.59º91.01%17.45%-
HSV(B)252.59º95.29%33.33%-
XYZ1.990.98.66-
YUV18.32165.63129.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.09%
GREEN value IS 4 (1.95% from 255) = 3.64%
BLUE value IS 85 (33.59% from 255) = 77.27%
R=19.09%
G=3.64%
B=77.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal214850.750.9500.67252.5991.0117.45
Hex154554B5F043fd5b11
Octal254125113137010337513321
Binary101011001010101100101110111110100001111111101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150455; }

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

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

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

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

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

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

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

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