Html Css Color HEX #2515BB Persian Blue

📋 copy color: '#2515BB'

red 37 ◦ green 21 ◦ blue 187

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

Shades of Persian Blue #2515BB

Tints of Persian Blue #2515BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 76.33%

R = 15.1%
G = 8.57%
B = 76.33%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2515BB (or 0x2515BB) is known color: Persian Blue. HEX triplet: 25, 15 and BB. RGB value is (37,21,187). Sum of RGB (Red+Green+Blue) = 37+21+187=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 187 (73.44% from 255 or 76.33% from 245); Max value from RGB is 187 - color contains mainly: blue. Hex color #2515BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2515BB is #DAEA44. Grayscale: #2C2C2C. Windows color (decimal): -14346821 or 12260645. OLE color: 12260645.

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

Color convert

RGB 37 21 187 -
CMYK 0.80 0.89 0 0.27
HSL 245.78º 0.8% 0.41% -
HSV(B) 245.78º 0.89% 0.73% -
XYZ 10 4.52 47.36 -
YUV 44.71 208.3 122.5 -
System Red Green Blue C M Y K H S L
Decimal 37 21 187 0.80 0.89 0 0.27 245.78 0.8 0.41
Hex 25 15 BB 50 59 0 1B F6 50 29
Octal 45 25 273 120 131 0 33 366 120 51
Binary 100101 10101 10111011 1010000 1011001 0 11011 11110110 1010000 101001

Color Harmonies of #2515BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2515BB

Black with #2515BB

Text Example


Text Example

White with #2515BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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