#1316B3

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

Shades of New Midnight Blue #1316B3

Tints of New Midnight Blue #1316B3

Color information

#1316B3 (or 0x1316B3) is unknown color: approx New Midnight Blue. HEX triplet: 13, 16 and B3. RGB value is (19,22,179). Sum of RGB (Red+Green+Blue) = 19+22+179=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 179 (70.31% from 255 or 81.36% from 220); Max value from RGB is 179 - color contains mainly: blue. Hex color #1316B3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1316B3 is #ECE94C. Grayscale: #262626. Windows color (decimal): -15526221 or 11736595. OLE color: 11736595.

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

Color convert

RGB1922179-
CMYK0.890.8800.30
HSL238.88º80.81%38.82%-
HSV(B)238.88º89.39%70.2%-
XYZ8.693.9742.96-
YUV39207.01113.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.64%
GREEN value IS 22 (8.98% from 255) = 10%
BLUE value IS 179 (70.31% from 255) = 81.36%
R=8.64%
G=10%
B=81.36%

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
Decimal19221790.890.8800.30238.8880.8138.82
Hex1316B3595801Eef5127
Octal232626313113003635712147
Binary10011101101011001110110011011000011110111011111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1316B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1316B3; }

 p { color: rgb(19,22,179); }

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

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

 a { background-color: rgb(19,22,179); }

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

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

 span { border-color: rgb(19,22,179); }

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