#1309AE

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

Shades of New Midnight Blue #1309AE

Tints of New Midnight Blue #1309AE

Color information

#1309AE (or 0x1309AE) is unknown color: approx New Midnight Blue. HEX triplet: 13, 09 and AE. RGB value is (19,9,174). Sum of RGB (Red+Green+Blue) = 19+9+174=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 174 (68.36% from 255 or 86.14% from 202); Max value from RGB is 174 - color contains mainly: blue. Hex color #1309AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1309AE is #ECF651. Grayscale: #1E1E1E. Windows color (decimal): -15529554 or 11405587. OLE color: 11405587.

HSL color Cylindrical-coordinate representation of color #1309AE: hue angle of 243.64º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1309AE is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB199174-
CMYK0.890.9500.32
HSL243.64º90.16%35.88%-
HSV(B)243.64º94.83%68.24%-
XYZ8.013.3940.28-
YUV30.8208.81119.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.41%
GREEN value IS 9 (3.91% from 255) = 4.46%
BLUE value IS 174 (68.36% from 255) = 86.14%
R=9.41%
G=4.46%
B=86.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1991740.890.9500.32243.6490.1635.88
Hex139AE595F020f45a24
Octal231125613113704036413244
Binary10011100110101110101100110111110100000111101001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1309AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1309AE; }

 p { color: rgb(19,9,174); }

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

<style>
 a { background-color: #1309AE; }

 a { background-color: rgb(19,9,174); }

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

<style>
 span { border-color: #1309AE; }

 span { border-color: rgb(19,9,174); }

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