Html Css Color HEX #2519BF Persian Blue

📋 copy color: '#2519BF'

red 37 ◦ green 25 ◦ blue 191

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

Shades of Persian Blue #2519BF

Tints of Persian Blue #2519BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 75.49%

R = 14.62%
G = 9.88%
B = 75.49%

CMYK

 C value IS 0.81

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2519BF (or 0x2519BF) is known color: Persian Blue. HEX triplet: 25, 19 and BF. RGB value is (37,25,191). Sum of RGB (Red+Green+Blue) = 37+25+191=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 191 (75% from 255 or 75.49% from 253); Max value from RGB is 191 - color contains mainly: blue. Hex color #2519BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2519BF is #DAE640. Grayscale: #2E2E2E. Windows color (decimal): -14345793 or 12523813. OLE color: 12523813.

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

Color convert

RGB 37 25 191 -
CMYK 0.81 0.87 0 0.25
HSL 244.34º 0.77% 0.42% -
HSV(B) 244.34º 0.87% 0.75% -
XYZ 10.51 4.85 49.67 -
YUV 47.51 208.98 120.5 -
System Red Green Blue C M Y K H S L
Decimal 37 25 191 0.81 0.87 0 0.25 244.34 0.77 0.42
Hex 25 19 BF 51 57 0 19 F4 4D 2A
Octal 45 31 277 121 127 0 31 364 115 52
Binary 100101 11001 10111111 1010001 1010111 0 11001 11110100 1001101 101010

Color Harmonies of #2519BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2519BF

Black with #2519BF

Text Example


Text Example

White with #2519BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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