#1815AE

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

Shades of Ultramarine #1815AE

Tints of Ultramarine #1815AE

Color information

#1815AE (or 0x1815AE) is unknown color: approx Ultramarine. HEX triplet: 18, 15 and AE. RGB value is (24,21,174). Sum of RGB (Red+Green+Blue) = 24+21+174=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 174 (68.36% from 255 or 79.45% from 219); Max value from RGB is 174 - color contains mainly: blue. Hex color #1815AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1815AE is #E7EA51. Grayscale: #262626. Windows color (decimal): -15198802 or 11408664. OLE color: 11408664.

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

Color convert

RGB2421174-
CMYK0.860.8800.32
HSL241.18º78.46%38.24%-
HSV(B)241.18º87.93%68.24%-
XYZ8.283.7940.34-
YUV39.34203.99117.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.96%
GREEN value IS 21 (8.59% from 255) = 9.59%
BLUE value IS 174 (68.36% from 255) = 79.45%
R=10.96%
G=9.59%
B=79.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal24211740.860.8800.32241.1878.4638.24
Hex1815AE5658020f14e26
Octal302525612613004036111646
Binary110001010110101110101011010110000100000111100011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1815AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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