#1315AC

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

Shades of Ultramarine #1315AC

Tints of Ultramarine #1315AC

Color information

#1315AC (or 0x1315AC) is unknown color: approx Ultramarine. HEX triplet: 13, 15 and AC. RGB value is (19,21,172). Sum of RGB (Red+Green+Blue) = 19+21+172=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 172 (67.58% from 255 or 81.13% from 212); Max value from RGB is 172 - color contains mainly: blue. Hex color #1315AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1315AC is #ECEA53. Grayscale: #252525. Windows color (decimal): -15526484 or 11277587. OLE color: 11277587.

HSL color Cylindrical-coordinate representation of color #1315AC: hue angle of 239.22º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1315AC is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1921172-
CMYK0.890.8800.33
HSL239.22º80.1%37.45%-
HSV(B)239.22º88.95%67.45%-
XYZ7.983.6539.31-
YUV37.62203.84114.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.96%
GREEN value IS 21 (8.59% from 255) = 9.91%
BLUE value IS 172 (67.58% from 255) = 81.13%
R=8.96%
G=9.91%
B=81.13%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal19211720.890.8800.33239.2280.137.45
Hex1315AC5958021ef5025
Octal232525413113004135712045
Binary100111010110101100101100110110000100001111011111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1315AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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