Html Css Color HEX #2518BA Persian Blue

📋 copy color: '#2518BA'

red 37 ◦ green 24 ◦ blue 186

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

Shades of Persian Blue #2518BA

Tints of Persian Blue #2518BA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.72%

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

R = 14.98%
G = 9.72%
B = 75.3%

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

#2518BA (or 0x2518BA) is known color: Persian Blue. HEX triplet: 25, 18 and BA. RGB value is (37,24,186). Sum of RGB (Red+Green+Blue) = 37+24+186=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 186 (73.05% from 255 or 75.30% from 247); Max value from RGB is 186 - color contains mainly: blue. Hex color #2518BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2518BA is #DAE745. Grayscale: #2D2D2D. Windows color (decimal): -14346054 or 12195877. OLE color: 12195877.

HSL color Cylindrical-coordinate representation of color #2518BA: hue angle of 244.81º degrees, saturation: 0.77, 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 #2518BA is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 24 186 -
CMYK 0.80 0.87 0 0.27
HSL 244.81º 0.77% 0.41% -
HSV(B) 244.81º 0.87% 0.73% -
XYZ 9.95 4.59 46.82 -
YUV 46.36 206.81 121.33 -
System Red Green Blue C M Y K H S L
Decimal 37 24 186 0.80 0.87 0 0.27 244.81 0.77 0.41
Hex 25 18 BA 50 57 0 1B F5 4D 29
Octal 45 30 272 120 127 0 33 365 115 51
Binary 100101 11000 10111010 1010000 1010111 0 11011 11110101 1001101 101001

Color Harmonies of #2518BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2518BA

Black with #2518BA

Text Example


Text Example

White with #2518BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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