#150154

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

Shades of Midnight Blue #150154

Tints of Midnight Blue #150154

Color information

#150154 (or 0x150154) is unknown color: approx Midnight Blue. HEX triplet: 15, 01 and 54. RGB value is (21,1,84). Sum of RGB (Red+Green+Blue) = 21+1+84=106 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.81% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 84 (33.20% from 255 or 79.25% from 106); Max value from RGB is 84 - color contains mainly: blue. Hex color #150154 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150154 is #EAFEAB. Grayscale: #101010. Windows color (decimal): -15400620 or 5505301. OLE color: 5505301.

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

Color convert

RGB21184-
CMYK0.750.9900.67
HSL254.46º97.65%16.67%-
HSV(B)254.46º98.81%32.94%-
XYZ1.920.828.44-
YUV16.44166.13131.25-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.81%
GREEN value IS 1 (0.78% from 255) = 0.94%
BLUE value IS 84 (33.20% from 255) = 79.25%
R=19.81%
G=0.94%
B=79.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal211840.750.9900.67254.4697.6516.67
Hex151544B63043fe6211
Octal251124113143010337614221
Binary1010111010100100101111000110100001111111110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150154; }

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

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

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

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

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

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

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

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