#1514B2

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

Shades of New Midnight Blue #1514B2

Tints of New Midnight Blue #1514B2

Color information

#1514B2 (or 0x1514B2) is unknown color: approx New Midnight Blue. HEX triplet: 15, 14 and B2. RGB value is (21,20,178). Sum of RGB (Red+Green+Blue) = 21+20+178=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 178 (69.92% from 255 or 81.28% from 219); Max value from RGB is 178 - color contains mainly: blue. Hex color #1514B2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1514B2 is #EAEB4D. Grayscale: #252525. Windows color (decimal): -15395662 or 11670549. OLE color: 11670549.

HSL color Cylindrical-coordinate representation of color #1514B2: hue angle of 240.38º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1514B2 is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2120178-
CMYK0.880.8900.30
HSL240.38º79.8%38.82%-
HSV(B)240.38º88.76%69.8%-
XYZ8.63.8742.41-
YUV38.31206.83115.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.59%
GREEN value IS 20 (8.20% from 255) = 9.13%
BLUE value IS 178 (69.92% from 255) = 81.28%
R=9.59%
G=9.13%
B=81.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal21201780.880.8900.30240.3879.838.82
Hex1514B2585901Ef05027
Octal252426213013103636012047
Binary10101101001011001010110001011001011110111100001010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1514B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1514B2; }

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

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

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

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

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

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

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

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