#1512AC

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

Shades of Ultramarine #1512AC

Tints of Ultramarine #1512AC

Color information

#1512AC (or 0x1512AC) is unknown color: approx Ultramarine. HEX triplet: 15, 12 and AC. RGB value is (21,18,172). Sum of RGB (Red+Green+Blue) = 21+18+172=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 172 (67.58% from 255 or 81.52% from 211); Max value from RGB is 172 - color contains mainly: blue. Hex color #1512AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1512AC is #EAED53. Grayscale: #232323. Windows color (decimal): -15396180 or 11276821. OLE color: 11276821.

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

Color convert

RGB2118172-
CMYK0.880.9000.33
HSL241.17º81.05%37.25%-
HSV(B)241.17º89.53%67.45%-
XYZ7.973.5739.3-
YUV36.45204.49116.98-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.95%
GREEN value IS 18 (7.42% from 255) = 8.53%
BLUE value IS 172 (67.58% from 255) = 81.52%
R=9.95%
G=8.53%
B=81.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21181720.880.9000.33241.1781.0537.25
Hex1512AC585A021f15125
Octal252225413013204136112145
Binary101011001010101100101100010110100100001111100011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1512AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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