#1513A3

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

Shades of Ultramarine #1513A3

Tints of Ultramarine #1513A3

Color information

#1513A3 (or 0x1513A3) is unknown color: approx Ultramarine. HEX triplet: 15, 13 and A3. RGB value is (21,19,163). Sum of RGB (Red+Green+Blue) = 21+19+163=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 163 (64.06% from 255 or 80.30% from 203); Max value from RGB is 163 - color contains mainly: blue. Hex color #1513A3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1513A3 is #EAEC5C. Grayscale: #232323. Windows color (decimal): -15395933 or 10687253. OLE color: 10687253.

HSL color Cylindrical-coordinate representation of color #1513A3: hue angle of 240.83º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1513A3 is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2119163-
CMYK0.870.8800.36
HSL240.83º79.12%35.69%-
HSV(B)240.83º88.34%63.92%-
XYZ7.153.2734.9-
YUV36.01199.66117.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.34%
GREEN value IS 19 (7.81% from 255) = 9.36%
BLUE value IS 163 (64.06% from 255) = 80.30%
R=10.34%
G=9.36%
B=80.30%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal21191630.870.8800.36240.8379.1235.69
Hex1513A35758024f14f24
Octal252324312713004436111744
Binary101011001110100011101011110110000100100111100011001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1513A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1513A3; }

 p { color: rgb(21,19,163); }

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

<style>
 a { background-color: #1513A3; }

 a { background-color: rgb(21,19,163); }

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

<style>
 span { border-color: #1513A3; }

 span { border-color: rgb(21,19,163); }

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