#1517A0

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

Shades of Ultramarine #1517A0

Tints of Ultramarine #1517A0

Color information

#1517A0 (or 0x1517A0) is unknown color: approx Ultramarine. HEX triplet: 15, 17 and A0. RGB value is (21,23,160). Sum of RGB (Red+Green+Blue) = 21+23+160=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 160 (62.89% from 255 or 78.43% from 204); Max value from RGB is 160 - color contains mainly: blue. Hex color #1517A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1517A0 is #EAE85F. Grayscale: #252525. Windows color (decimal): -15394912 or 10491669. OLE color: 10491669.

HSL color Cylindrical-coordinate representation of color #1517A0: hue angle of 239.14º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1517A0 is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2123160-
CMYK0.870.8600.37
HSL239.14º76.8%35.49%-
HSV(B)239.14º86.87%62.75%-
XYZ6.963.3133.53-
YUV38.02196.84115.86-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.29%
GREEN value IS 23 (9.38% from 255) = 11.27%
BLUE value IS 160 (62.89% from 255) = 78.43%
R=10.29%
G=11.27%
B=78.43%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal21231600.870.8600.37239.1476.835.49
Hex1517A05756025ef4d23
Octal252724012712604535711543
Binary101011011110100000101011110101100100101111011111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1517A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1517A0; }

 p { color: rgb(21,23,160); }

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

<style>
 a { background-color: #1517A0; }

 a { background-color: rgb(21,23,160); }

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

<style>
 span { border-color: #1517A0; }

 span { border-color: rgb(21,23,160); }

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