#2518AD

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

Shades of Ultramarine #2518AD

Tints of Ultramarine #2518AD

Color information

#2518AD (or 0x2518AD) is unknown color: approx Ultramarine. HEX triplet: 25, 18 and AD. RGB value is (37,24,173). Sum of RGB (Red+Green+Blue) = 37+24+173=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 173 (67.97% from 255 or 73.93% from 234); Max value from RGB is 173 - color contains mainly: blue. Hex color #2518AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2518AD is #DAE752. Grayscale: #2C2C2C. Windows color (decimal): -14346067 or 11343909. OLE color: 11343909.

HSL color Cylindrical-coordinate representation of color #2518AD: hue angle of 245.23º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2518AD is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3724173-
CMYK0.790.8600.32
HSL245.23º75.63%38.63%-
HSV(B)245.23º86.13%67.84%-
XYZ8.634.0639.86-
YUV44.87200.31122.38-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.81%
GREEN value IS 24 (9.77% from 255) = 10.26%
BLUE value IS 173 (67.97% from 255) = 73.93%
R=15.81%
G=10.26%
B=73.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal37241730.790.8600.32245.2375.6338.63
Hex2518AD4F56020f54c27
Octal453025511712604036511447
Binary1001011100010101101100111110101100100000111101011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2518AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2518AD; }

 p { color: rgb(37,24,173); }

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

<style>
 a { background-color: #2518AD; }

 a { background-color: rgb(37,24,173); }

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

<style>
 span { border-color: #2518AD; }

 span { border-color: rgb(37,24,173); }

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