#1013AD

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

Shades of New Midnight Blue #1013AD

Tints of New Midnight Blue #1013AD

Color information

#1013AD (or 0x1013AD) is unknown color: approx New Midnight Blue. HEX triplet: 10, 13 and AD. RGB value is (16,19,173). Sum of RGB (Red+Green+Blue) = 16+19+173=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 173 (67.97% from 255 or 83.17% from 208); Max value from RGB is 173 - color contains mainly: blue. Hex color #1013AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1013AD is #EFEC52. Grayscale: #232323. Windows color (decimal): -15723603 or 11342608. OLE color: 11342608.

HSL color Cylindrical-coordinate representation of color #1013AD: hue angle of 238.85º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1013AD is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1619173-
CMYK0.910.8900.32
HSL238.85º83.07%37.06%-
HSV(B)238.85º90.75%67.84%-
XYZ7.993.5939.81-
YUV35.66205.51113.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.69%
GREEN value IS 19 (7.81% from 255) = 9.13%
BLUE value IS 173 (67.97% from 255) = 83.17%
R=7.69%
G=9.13%
B=83.17%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal16191730.910.8900.32238.8583.0737.06
Hex1013AD5B59020ef5325
Octal202325513313104035712345
Binary100001001110101101101101110110010100000111011111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1013AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1013AD; }

 p { color: rgb(16,19,173); }

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

<style>
 a { background-color: #1013AD; }

 a { background-color: rgb(16,19,173); }

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

<style>
 span { border-color: #1013AD; }

 span { border-color: rgb(16,19,173); }

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