#1713ad

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

Shades of Ultramarine #1713AD

Tints of Ultramarine #1713AD

Color information

#1713AD (or 0x1713AD) is unknown color: approx Ultramarine. HEX triplet: 17, 13 and AD. RGB value is (23,19,173). Sum of RGB (Red+Green+Blue) = 23+19+173=215 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.70% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 173 (67.97% from 255 or 80.47% from 215); Max value from RGB is 173 - color contains mainly: blue. Hex color #1713AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1713AD is #E8EC52. Grayscale: #252525. Windows color (decimal): -15264851 or 11342615. OLE color: 11342615.

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

Color convert

RGB2319173-
CMYK0.870.8900.32
HSL241.56º80.21%37.65%-
HSV(B)241.56º89.02%67.84%-
XYZ8.133.6739.81-
YUV37.75204.33117.48-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.70%
GREEN value IS 19 (7.81% from 255) = 8.84%
BLUE value IS 173 (67.97% from 255) = 80.47%
R=10.70%
G=8.84%
B=80.47%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal23191730.870.8900.32241.5680.2137.65
Hex1713AD5759020f25026
Octal272325512713104036212046
Binary101111001110101101101011110110010100000111100101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1713ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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