Html Css Color HEX #2519B9 Persian Blue

📋 copy color: '#2519B9'

red 37 ◦ green 25 ◦ blue 185

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

Shades of Persian Blue #2519B9

Tints of Persian Blue #2519B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 74.9%

R = 14.98%
G = 10.12%
B = 74.9%

CMYK

 C value IS 0.80

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2519B9 (or 0x2519B9) is known color: Persian Blue. HEX triplet: 25, 19 and B9. RGB value is (37,25,185). Sum of RGB (Red+Green+Blue) = 37+25+185=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 185 (72.66% from 255 or 74.90% from 247); Max value from RGB is 185 - color contains mainly: blue. Hex color #2519B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2519B9 is #DAE646. Grayscale: #2E2E2E. Windows color (decimal): -14345799 or 12130597. OLE color: 12130597.

HSL color Cylindrical-coordinate representation of color #2519B9: hue angle of 244.5º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2519B9 is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 25 185 -
CMYK 0.80 0.86 0 0.27
HSL 244.5º 0.76% 0.41% -
HSV(B) 244.5º 0.86% 0.73% -
XYZ 9.87 4.59 46.27 -
YUV 46.83 205.98 120.99 -
System Red Green Blue C M Y K H S L
Decimal 37 25 185 0.80 0.86 0 0.27 244.5 0.76 0.41
Hex 25 19 B9 50 56 0 1B F4 4C 29
Octal 45 31 271 120 126 0 33 364 114 51
Binary 100101 11001 10111001 1010000 1010110 0 11011 11110100 1001100 101001

Color Harmonies of #2519B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2519B9

Black with #2519B9

Text Example


Text Example

White with #2519B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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