#1315A3

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

Shades of Ultramarine #1315A3

Tints of Ultramarine #1315A3

Color information

#1315A3 (or 0x1315A3) is unknown color: approx Ultramarine. HEX triplet: 13, 15 and A3. RGB value is (19,21,163). Sum of RGB (Red+Green+Blue) = 19+21+163=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 21 (8.59% from 255 or 10.34% 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 #1315A3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1315A3 is #ECEA5C. Grayscale: #242424. Windows color (decimal): -15526493 or 10687763. OLE color: 10687763.

HSL color Cylindrical-coordinate representation of color #1315A3: hue angle of 239.17º 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 #1315A3 is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1921163-
CMYK0.880.8700.36
HSL239.17º79.12%35.69%-
HSV(B)239.17º88.34%63.92%-
XYZ7.153.3234.91-
YUV36.59199.34115.45-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal19211630.880.8700.36239.1779.1235.69
Hex1315A35857024ef4f24
Octal232524313012704435711744
Binary100111010110100011101100010101110100100111011111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1315A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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