Html Css Color HEX #2519B6 Persian Blue

📋 copy color: '#2519B6'

red 37 ◦ green 25 ◦ blue 182

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

Shades of Persian Blue #2519B6

Tints of Persian Blue #2519B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 74.59%

R = 15.16%
G = 10.25%
B = 74.59%

CMYK

 C value IS 0.80

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2519B6 (or 0x2519B6) is known color: Persian Blue. HEX triplet: 25, 19 and B6. RGB value is (37,25,182). Sum of RGB (Red+Green+Blue) = 37+25+182=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 182 (71.48% from 255 or 74.59% from 244); Max value from RGB is 182 - color contains mainly: blue. Hex color #2519B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2519B6 is #DAE649. Grayscale: #2D2D2D. Windows color (decimal): -14345802 or 11933989. OLE color: 11933989.

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

Color convert

RGB 37 25 182 -
CMYK 0.80 0.86 0 0.29
HSL 244.59º 0.76% 0.41% -
HSV(B) 244.59º 0.86% 0.71% -
XYZ 9.55 4.47 44.61 -
YUV 46.49 204.48 121.23 -
System Red Green Blue C M Y K H S L
Decimal 37 25 182 0.80 0.86 0 0.29 244.59 0.76 0.41
Hex 25 19 B6 50 56 0 1D F5 4C 29
Octal 45 31 266 120 126 0 35 365 114 51
Binary 100101 11001 10110110 1010000 1010110 0 11101 11110101 1001100 101001

Color Harmonies of #2519B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2519B6

Black with #2519B6

Text Example


Text Example

White with #2519B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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