#1316AC

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

Shades of Ultramarine #1316AC

Tints of Ultramarine #1316AC

Color information

#1316AC (or 0x1316AC) is unknown color: approx Ultramarine. HEX triplet: 13, 16 and AC. RGB value is (19,22,172). Sum of RGB (Red+Green+Blue) = 19+22+172=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 172 (67.58% from 255 or 80.75% from 213); Max value from RGB is 172 - color contains mainly: blue. Hex color #1316AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1316AC is #ECE953. Grayscale: #252525. Windows color (decimal): -15526228 or 11277843. OLE color: 11277843.

HSL color Cylindrical-coordinate representation of color #1316AC: hue angle of 238.82º 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 #1316AC is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1922172-
CMYK0.890.8700.33
HSL238.82º80.1%37.45%-
HSV(B)238.82º88.95%67.45%-
XYZ83.6939.32-
YUV38.2203.51114.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.92%
GREEN value IS 22 (8.98% from 255) = 10.33%
BLUE value IS 172 (67.58% from 255) = 80.75%
R=8.92%
G=10.33%
B=80.75%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal19221720.890.8700.33238.8280.137.45
Hex1316AC5957021ef5025
Octal232625413112704135712045
Binary100111011010101100101100110101110100001111011111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1316AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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