#1516AC

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

Shades of Ultramarine #1516AC

Tints of Ultramarine #1516AC

Color information

#1516AC (or 0x1516AC) is unknown color: approx Ultramarine. HEX triplet: 15, 16 and AC. RGB value is (21,22,172). Sum of RGB (Red+Green+Blue) = 21+22+172=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 172 (67.58% from 255 or 80% from 215); Max value from RGB is 172 - color contains mainly: blue. Hex color #1516AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1516AC is #EAE953. Grayscale: #262626. Windows color (decimal): -15395156 or 11277845. OLE color: 11277845.

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

Color convert

RGB2122172-
CMYK0.880.8700.33
HSL239.6º78.24%37.84%-
HSV(B)239.6º87.79%67.45%-
XYZ8.043.7139.32-
YUV38.8203.17115.3-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.77%
GREEN value IS 22 (8.98% from 255) = 10.23%
BLUE value IS 172 (67.58% from 255) = 80%
R=9.77%
G=10.23%
B=80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21221720.880.8700.33239.678.2437.84
Hex1516AC5857021f04e26
Octal252625413012704136011646
Binary101011011010101100101100010101110100001111100001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1516AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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