Html Css Color HEX #2518BB Persian Blue

📋 copy color: '#2518BB'

red 37 ◦ green 24 ◦ blue 187

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

Shades of Persian Blue #2518BB

Tints of Persian Blue #2518BB

RGB

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

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

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

R = 14.92%
G = 9.68%
B = 75.4%

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

#2518BB (or 0x2518BB) is known color: Persian Blue. HEX triplet: 25, 18 and BB. RGB value is (37,24,187). Sum of RGB (Red+Green+Blue) = 37+24+187=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 187 (73.44% from 255 or 75.40% from 248); Max value from RGB is 187 - color contains mainly: blue. Hex color #2518BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2518BB is #DAE744. Grayscale: #2D2D2D. Windows color (decimal): -14346053 or 12261413. OLE color: 12261413.

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

Color convert

RGB 37 24 187 -
CMYK 0.80 0.87 0 0.27
HSL 244.79º 0.77% 0.41% -
HSV(B) 244.79º 0.87% 0.73% -
XYZ 10.06 4.63 47.38 -
YUV 46.47 207.31 121.25 -
System Red Green Blue C M Y K H S L
Decimal 37 24 187 0.80 0.87 0 0.27 244.79 0.77 0.41
Hex 25 18 BB 50 57 0 1B F5 4D 29
Octal 45 30 273 120 127 0 33 365 115 51
Binary 100101 11000 10111011 1010000 1010111 0 11011 11110101 1001101 101001

Color Harmonies of #2518BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2518BB

Black with #2518BB

Text Example


Text Example

White with #2518BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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