#1314B2

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

Shades of New Midnight Blue #1314B2

Tints of New Midnight Blue #1314B2

Color information

#1314B2 (or 0x1314B2) is unknown color: approx New Midnight Blue. HEX triplet: 13, 14 and B2. RGB value is (19,20,178). Sum of RGB (Red+Green+Blue) = 19+20+178=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 178 (69.92% from 255 or 82.03% from 217); Max value from RGB is 178 - color contains mainly: blue. Hex color #1314B2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1314B2 is #ECEB4D. Grayscale: #252525. Windows color (decimal): -15526734 or 11670547. OLE color: 11670547.

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

Color convert

RGB1920178-
CMYK0.890.8900.30
HSL239.62º80.71%38.63%-
HSV(B)239.62º89.33%69.8%-
XYZ8.553.8542.41-
YUV37.71207.17114.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.76%
GREEN value IS 20 (8.20% from 255) = 9.22%
BLUE value IS 178 (69.92% from 255) = 82.03%
R=8.76%
G=9.22%
B=82.03%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal19201780.890.8900.30239.6280.7138.63
Hex1314B2595901Ef05127
Octal232426213113103636012147
Binary10011101001011001010110011011001011110111100001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1314B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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