#1618AC

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

Shades of Ultramarine #1618AC

Tints of Ultramarine #1618AC

Color information

#1618AC (or 0x1618AC) is unknown color: approx Ultramarine. HEX triplet: 16, 18 and AC. RGB value is (22,24,172). Sum of RGB (Red+Green+Blue) = 22+24+172=218 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.09% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 172 (67.58% from 255 or 78.90% from 218); Max value from RGB is 172 - color contains mainly: blue. Hex color #1618AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1618AC is #E9E753. Grayscale: #272727. Windows color (decimal): -15329108 or 11278358. OLE color: 11278358.

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

Color convert

RGB2224172-
CMYK0.870.8600.33
HSL239.2º77.32%38.04%-
HSV(B)239.2º87.21%67.45%-
XYZ8.13.839.34-
YUV40.27202.34114.97-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.09%
GREEN value IS 24 (9.77% from 255) = 11.01%
BLUE value IS 172 (67.58% from 255) = 78.90%
R=10.09%
G=11.01%
B=78.90%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal22241720.870.8600.33239.277.3238.04
Hex1618AC5756021ef4d26
Octal263025412712604135711546
Binary101101100010101100101011110101100100001111011111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1618AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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