#1301AA

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

Shades of New Midnight Blue #1301AA

Tints of New Midnight Blue #1301AA

Color information

#1301AA (or 0x1301AA) is unknown color: approx New Midnight Blue. HEX triplet: 13, 01 and AA. RGB value is (19,1,170). Sum of RGB (Red+Green+Blue) = 19+1+170=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 170 (66.80% from 255 or 89.47% from 190); Max value from RGB is 170 - color contains mainly: blue. Hex color #1301AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1301AA is #ECFE55. Grayscale: #181818. Windows color (decimal): -15531606 or 11141395. OLE color: 11141395.

HSL color Cylindrical-coordinate representation of color #1301AA: hue angle of 246.39º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1301AA is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB191170-
CMYK0.890.9900.33
HSL246.39º98.83%33.53%-
HSV(B)246.39º99.41%66.67%-
XYZ7.543.0638.22-
YUV25.65209.46123.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 170 (66.80% from 255) = 89.47%
R=10%
G=0.53%
B=89.47%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1911700.890.9900.33246.3998.8333.53
Hex131AA5963021f66322
Octal23125213114304136614342
Binary10011110101010101100111000110100001111101101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1301AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1301AA; }

 p { color: rgb(19,1,170); }

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

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

 a { background-color: rgb(19,1,170); }

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

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

 span { border-color: rgb(19,1,170); }

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