#1518A2

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

Shades of Ultramarine #1518A2

Tints of Ultramarine #1518A2

Color information

#1518A2 (or 0x1518A2) is unknown color: approx Ultramarine. HEX triplet: 15, 18 and A2. RGB value is (21,24,162). Sum of RGB (Red+Green+Blue) = 21+24+162=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 162 (63.67% from 255 or 78.26% from 207); Max value from RGB is 162 - color contains mainly: blue. Hex color #1518A2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1518A2 is #EAE75D. Grayscale: #262626. Windows color (decimal): -15394654 or 10622997. OLE color: 10622997.

HSL color Cylindrical-coordinate representation of color #1518A2: hue angle of 238.72º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1518A2 is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2124162-
CMYK0.870.8500.36
HSL238.72º77.05%35.88%-
HSV(B)238.72º87.04%63.53%-
XYZ7.163.4234.47-
YUV38.83197.51115.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.14%
GREEN value IS 24 (9.77% from 255) = 11.59%
BLUE value IS 162 (63.67% from 255) = 78.26%
R=10.14%
G=11.59%
B=78.26%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal21241620.870.8500.36238.7277.0535.88
Hex1518A25755024ef4d24
Octal253024212712504435711544
Binary101011100010100010101011110101010100100111011111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1518A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1518A2; }

 p { color: rgb(21,24,162); }

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

<style>
 a { background-color: #1518A2; }

 a { background-color: rgb(21,24,162); }

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

<style>
 span { border-color: #1518A2; }

 span { border-color: rgb(21,24,162); }

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