Html Css Color HEX #2519AC Ultramarine

📋 copy color: '#2519AC'

red 37 ◦ green 25 ◦ blue 172

#2519AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #2519AC

Tints of Ultramarine #2519AC

RGB

 RED value IS 37 (14.84% from 255) = 15.81%

 GREEN value IS 25 (10.16% from 255) = 10.68%

 BLUE value IS 172 (67.58% from 255) = 73.5%

R = 15.81%
G = 10.68%
B = 73.5%

CMYK

 C value IS 0.78

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2519AC (or 0x2519AC) is known color: Ultramarine. HEX triplet: 25, 19 and AC. RGB value is (37,25,172). Sum of RGB (Red+Green+Blue) = 37+25+172=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 172 (67.58% from 255 or 73.50% from 234); Max value from RGB is 172 - color contains mainly: blue. Hex color #2519AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2519AC is #DAE653. Grayscale: #2C2C2C. Windows color (decimal): -14345812 or 11278629. OLE color: 11278629.

HSL color Cylindrical-coordinate representation of color #2519AC: hue angle of 244.9º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2519AC is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 25 172 -
CMYK 0.78 0.85 0 0.33
HSL 244.9º 0.75% 0.39% -
HSV(B) 244.9º 0.85% 0.67% -
XYZ 8.56 4.07 39.36 -
YUV 45.35 199.48 122.05 -
System Red Green Blue C M Y K H S L
Decimal 37 25 172 0.78 0.85 0 0.33 244.9 0.75 0.39
Hex 25 19 AC 4E 55 0 21 F5 4B 27
Octal 45 31 254 116 125 0 41 365 113 47
Binary 100101 11001 10101100 1001110 1010101 0 100001 11110101 1001011 100111

Color Harmonies of #2519AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2519AC

Black with #2519AC

Text Example


Text Example

White with #2519AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,25,172); }

 H1.HeaderClassName
 {
   color: #2519AC;
 }
 .AnyTagClassName
 {
   color: #2519AC;
 }
</style>

background-color css

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

 a { background-color: rgb(37,25,172); }

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

border-color css

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

 span { border-color: rgb(37,25,172); }

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