Html Css Color HEX #2519C5 Persian Blue

📋 copy color: '#2519C5'

red 37 ◦ green 25 ◦ blue 197

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

Shades of Persian Blue #2519C5

Tints of Persian Blue #2519C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 76.06%

R = 14.29%
G = 9.65%
B = 76.06%

CMYK

 C value IS 0.81

 M value IS 0.87

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#2519C5 (or 0x2519C5) is known color: Persian Blue. HEX triplet: 25, 19 and C5. RGB value is (37,25,197). Sum of RGB (Red+Green+Blue) = 37+25+197=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 197 (77.34% from 255 or 76.06% from 259); Max value from RGB is 197 - color contains mainly: blue. Hex color #2519C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2519C5 is #DAE63A. Grayscale: #2F2F2F. Windows color (decimal): -14345787 or 12917029. OLE color: 12917029.

HSL color Cylindrical-coordinate representation of color #2519C5: hue angle of 244.19º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2519C5 is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 37 25 197 -
CMYK 0.81 0.87 0 0.23
HSL 244.19º 0.77% 0.44% -
HSV(B) 244.19º 0.87% 0.77% -
XYZ 11.19 5.12 53.22 -
YUV 48.2 211.98 120.01 -
System Red Green Blue C M Y K H S L
Decimal 37 25 197 0.81 0.87 0 0.23 244.19 0.77 0.44
Hex 25 19 C5 51 57 0 17 F4 4D 2C
Octal 45 31 305 121 127 0 27 364 115 54
Binary 100101 11001 11000101 1010001 1010111 0 10111 11110100 1001101 101100

Color Harmonies of #2519C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2519C5

Black with #2519C5

Text Example


Text Example

White with #2519C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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