Html Css Color HEX #2515BF Persian Blue

📋 copy color: '#2515BF'

red 37 ◦ green 21 ◦ blue 191

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

Shades of Persian Blue #2515BF

Tints of Persian Blue #2515BF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.43%

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

R = 14.86%
G = 8.43%
B = 76.71%

CMYK

 C value IS 0.81

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2515BF (or 0x2515BF) is known color: Persian Blue. HEX triplet: 25, 15 and BF. RGB value is (37,21,191). Sum of RGB (Red+Green+Blue) = 37+21+191=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 191 (75% from 255 or 76.71% from 249); Max value from RGB is 191 - color contains mainly: blue. Hex color #2515BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2515BF is #DAEA40. Grayscale: #2C2C2C. Windows color (decimal): -14346817 or 12522789. OLE color: 12522789.

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

Color convert

RGB 37 21 191 -
CMYK 0.81 0.89 0 0.25
HSL 245.65º 0.8% 0.42% -
HSV(B) 245.65º 0.89% 0.75% -
XYZ 10.44 4.69 49.65 -
YUV 45.16 210.3 122.18 -
System Red Green Blue C M Y K H S L
Decimal 37 21 191 0.81 0.89 0 0.25 245.65 0.8 0.42
Hex 25 15 BF 51 59 0 19 F6 50 2A
Octal 45 25 277 121 131 0 31 366 120 52
Binary 100101 10101 10111111 1010001 1011001 0 11001 11110110 1010000 101010

Color Harmonies of #2515BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2515BF

Black with #2515BF

Text Example


Text Example

White with #2515BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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