Html Css Color HEX #2519BA Persian Blue

📋 copy color: '#2519BA'

red 37 ◦ green 25 ◦ blue 186

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

Shades of Persian Blue #2519BA

Tints of Persian Blue #2519BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 75%

R = 14.92%
G = 10.08%
B = 75%

CMYK

 C value IS 0.80

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2519BA (or 0x2519BA) is known color: Persian Blue. HEX triplet: 25, 19 and BA. RGB value is (37,25,186). Sum of RGB (Red+Green+Blue) = 37+25+186=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 186 (73.05% from 255 or 75% from 248); Max value from RGB is 186 - color contains mainly: blue. Hex color #2519BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2519BA is #DAE645. Grayscale: #2E2E2E. Windows color (decimal): -14345798 or 12196133. OLE color: 12196133.

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

Color convert

RGB 37 25 186 -
CMYK 0.80 0.87 0 0.27
HSL 244.47º 0.76% 0.41% -
HSV(B) 244.47º 0.87% 0.73% -
XYZ 9.97 4.63 46.82 -
YUV 46.94 206.48 120.91 -
System Red Green Blue C M Y K H S L
Decimal 37 25 186 0.80 0.87 0 0.27 244.47 0.76 0.41
Hex 25 19 BA 50 57 0 1B F4 4C 29
Octal 45 31 272 120 127 0 33 364 114 51
Binary 100101 11001 10111010 1010000 1010111 0 11011 11110100 1001100 101001

Color Harmonies of #2519BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2519BA

Black with #2519BA

Text Example


Text Example

White with #2519BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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