#150854

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

Shades of Midnight Blue #150854

Tints of Midnight Blue #150854

Color information

#150854 (or 0x150854) is unknown color: approx Midnight Blue. HEX triplet: 15, 08 and 54. RGB value is (21,8,84). Sum of RGB (Red+Green+Blue) = 21+8+84=113 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.58% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 84 (33.20% from 255 or 74.34% from 113); Max value from RGB is 84 - color contains mainly: blue. Hex color #150854 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150854 is #EAF7AB. Grayscale: #141414. Windows color (decimal): -15398828 or 5507093. OLE color: 5507093.

HSL color Cylindrical-coordinate representation of color #150854: hue angle of 250.26º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150854 is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB21884-
CMYK0.750.9000.67
HSL250.26º82.61%18.04%-
HSV(B)250.26º90.48%32.94%-
XYZ20.978.47-
YUV20.55163.81128.32-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.58%
GREEN value IS 8 (3.52% from 255) = 7.08%
BLUE value IS 84 (33.20% from 255) = 74.34%
R=18.58%
G=7.08%
B=74.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal218840.750.9000.67250.2682.6118.04
Hex158544B5A043fa5312
Octal2510124113132010337212322
Binary1010110001010100100101110110100100001111111010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150854; }

 p { color: rgb(21,8,84); }

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

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

 a { background-color: rgb(21,8,84); }

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

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

 span { border-color: rgb(21,8,84); }

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