#151469

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

Shades of Midnight Blue #151469

Tints of Midnight Blue #151469

Color information

#151469 (or 0x151469) is unknown color: approx Midnight Blue. HEX triplet: 15, 14 and 69. RGB value is (21,20,105). Sum of RGB (Red+Green+Blue) = 21+20+105=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 105 (41.41% from 255 or 71.92% from 146); Max value from RGB is 105 - color contains mainly: blue. Hex color #151469 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151469 is #EAEB96. Grayscale: #1D1D1D. Windows color (decimal): -15395735 or 6886421. OLE color: 6886421.

HSL color Cylindrical-coordinate representation of color #151469: hue angle of 240.71º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #151469 is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2120105-
CMYK0.800.8100.59
HSL240.71º68%24.51%-
HSV(B)240.71º80.95%41.18%-
XYZ3.111.6813.52-
YUV29.99170.33121.59-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.38%
GREEN value IS 20 (8.20% from 255) = 13.70%
BLUE value IS 105 (41.41% from 255) = 71.92%
R=14.38%
G=13.70%
B=71.92%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21201050.800.8100.59240.716824.51
Hex151469505103Bf14419
Octal252415112012107336110431
Binary1010110100110100110100001010001011101111110001100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151469; }

 p { color: rgb(21,20,105); }

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

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

 a { background-color: rgb(21,20,105); }

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

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

 span { border-color: rgb(21,20,105); }

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