#1615AE

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

Shades of Ultramarine #1615AE

Tints of Ultramarine #1615AE

Color information

#1615AE (or 0x1615AE) is unknown color: approx Ultramarine. HEX triplet: 16, 15 and AE. RGB value is (22,21,174). Sum of RGB (Red+Green+Blue) = 22+21+174=217 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.14% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 174 (68.36% from 255 or 80.18% from 217); Max value from RGB is 174 - color contains mainly: blue. Hex color #1615AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1615AE is #E9EA51. Grayscale: #262626. Windows color (decimal): -15329874 or 11408662. OLE color: 11408662.

HSL color Cylindrical-coordinate representation of color #1615AE: hue angle of 240.39º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1615AE is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2221174-
CMYK0.870.8800.32
HSL240.39º78.46%38.24%-
HSV(B)240.39º87.93%68.24%-
XYZ8.243.7640.34-
YUV38.74204.33116.06-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.14%
GREEN value IS 21 (8.59% from 255) = 9.68%
BLUE value IS 174 (68.36% from 255) = 80.18%
R=10.14%
G=9.68%
B=80.18%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal22211740.870.8800.32240.3978.4638.24
Hex1615AE5758020f04e26
Octal262525612713004036011646
Binary101101010110101110101011110110000100000111100001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1615AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1615AE; }

 p { color: rgb(22,21,174); }

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

<style>
 a { background-color: #1615AE; }

 a { background-color: rgb(22,21,174); }

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

<style>
 span { border-color: #1615AE; }

 span { border-color: rgb(22,21,174); }

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