#1518ac

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

Shades of Ultramarine #1518AC

Tints of Ultramarine #1518AC

Color information

#1518AC (or 0x1518AC) is unknown color: approx Ultramarine. HEX triplet: 15, 18 and AC. RGB value is (21,24,172). Sum of RGB (Red+Green+Blue) = 21+24+172=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 172 (67.58% from 255 or 79.26% from 217); Max value from RGB is 172 - color contains mainly: blue. Hex color #1518AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1518AC is #EAE753. Grayscale: #272727. Windows color (decimal): -15394644 or 11278357. OLE color: 11278357.

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

Color convert

RGB2124172-
CMYK0.880.8600.33
HSL238.81º78.24%37.84%-
HSV(B)238.81º87.79%67.45%-
XYZ8.083.7939.34-
YUV39.97202.51114.47-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.68%
GREEN value IS 24 (9.77% from 255) = 11.06%
BLUE value IS 172 (67.58% from 255) = 79.26%
R=9.68%
G=11.06%
B=79.26%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21241720.880.8600.33238.8178.2437.84
Hex1518AC5856021ef4e26
Octal253025413012604135711646
Binary101011100010101100101100010101100100001111011111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1518ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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