#1415B2

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

Shades of New Midnight Blue #1415B2

Tints of New Midnight Blue #1415B2

Color information

#1415B2 (or 0x1415B2) is unknown color: approx New Midnight Blue. HEX triplet: 14, 15 and B2. RGB value is (20,21,178). Sum of RGB (Red+Green+Blue) = 20+21+178=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 21 (8.59% from 255 or 9.59% 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 #1415B2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1415B2 is #EBEA4D. Grayscale: #252525. Windows color (decimal): -15460942 or 11670804. OLE color: 11670804.

HSL color Cylindrical-coordinate representation of color #1415B2: hue angle of 239.62º 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 #1415B2 is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2021178-
CMYK0.890.8800.30
HSL239.62º79.8%38.82%-
HSV(B)239.62º88.76%69.8%-
XYZ8.593.942.42-
YUV38.6206.67114.73-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal20211780.890.8800.30239.6279.838.82
Hex1415B2595801Ef05027
Octal242526213113003636012047
Binary10100101011011001010110011011000011110111100001010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1415B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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