Html Css Color HEX #2519AE Ultramarine

📋 copy color: '#2519AE'

red 37 ◦ green 25 ◦ blue 174

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

Shades of Ultramarine #2519AE

Tints of Ultramarine #2519AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 73.73%

R = 15.68%
G = 10.59%
B = 73.73%

CMYK

 C value IS 0.79

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2519AE (or 0x2519AE) is known color: Ultramarine. HEX triplet: 25, 19 and AE. RGB value is (37,25,174). Sum of RGB (Red+Green+Blue) = 37+25+174=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 174 (68.36% from 255 or 73.73% from 236); Max value from RGB is 174 - color contains mainly: blue. Hex color #2519AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2519AE is #DAE651. Grayscale: #2C2C2C. Windows color (decimal): -14345810 or 11409701. OLE color: 11409701.

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

Color convert

RGB 37 25 174 -
CMYK 0.79 0.86 0 0.32
HSL 244.83º 0.75% 0.39% -
HSV(B) 244.83º 0.86% 0.68% -
XYZ 8.75 4.14 40.38 -
YUV 45.57 200.48 121.88 -
System Red Green Blue C M Y K H S L
Decimal 37 25 174 0.79 0.86 0 0.32 244.83 0.75 0.39
Hex 25 19 AE 4F 56 0 20 F5 4B 27
Octal 45 31 256 117 126 0 40 365 113 47
Binary 100101 11001 10101110 1001111 1010110 0 100000 11110101 1001011 100111

Color Harmonies of #2519AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2519AE

Black with #2519AE

Text Example


Text Example

White with #2519AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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