#1317A9

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

Shades of Ultramarine #1317A9

Tints of Ultramarine #1317A9

Color information

#1317A9 (or 0x1317A9) is unknown color: approx Ultramarine. HEX triplet: 13, 17 and A9. RGB value is (19,23,169). Sum of RGB (Red+Green+Blue) = 19+23+169=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 23 (9.38% from 255 or 10.90% 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 #1317A9 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1317A9 is #ECE856. Grayscale: #252525. Windows color (decimal): -15525975 or 11081491. OLE color: 11081491.

HSL color Cylindrical-coordinate representation of color #1317A9: hue angle of 238.4º 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 #1317A9 is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1923169-
CMYK0.890.8600.34
HSL238.4º79.79%36.86%-
HSV(B)238.4º88.76%66.27%-
XYZ7.743.6237.83-
YUV38.45201.67114.13-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal19231690.890.8600.34238.479.7936.86
Hex1317A95956022ee5025
Octal232725113112604235612045
Binary100111011110101001101100110101100100010111011101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1317A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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