#1713A9

Color #1713A9 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #1713A9

Tints of Ultramarine #1713A9

Color information

#1713A9 (or 0x1713A9) is unknown color: approx Ultramarine. HEX triplet: 17, 13 and A9. RGB value is (23,19,169). Sum of RGB (Red+Green+Blue) = 23+19+169=211 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.90% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 169 (66.41% from 255 or 80.09% from 211); Max value from RGB is 169 - color contains mainly: blue. Hex color #1713A9 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1713A9 is #E8EC56. Grayscale: #242424. Windows color (decimal): -15264855 or 11080471. OLE color: 11080471.

HSL color Cylindrical-coordinate representation of color #1713A9: hue angle of 241.6º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1713A9 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB2319169-
CMYK0.860.8900.34
HSL241.6º79.79%36.86%-
HSV(B)241.6º88.76%66.27%-
XYZ7.753.5137.81-
YUV37.3202.33117.8-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.90%
GREEN value IS 19 (7.81% from 255) = 9.00%
BLUE value IS 169 (66.41% from 255) = 80.09%
R=10.90%
G=9.00%
B=80.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal23191690.860.8900.34241.679.7936.86
Hex1713A95659022f25025
Octal272325112613104236212045
Binary101111001110101001101011010110010100010111100101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1713A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1713A9; }

 p { color: rgb(23,19,169); }

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

<style>
 a { background-color: #1713A9; }

 a { background-color: rgb(23,19,169); }

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

<style>
 span { border-color: #1713A9; }

 span { border-color: rgb(23,19,169); }

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