Html Css Color HEX #1525BE Persian Blue

📋 copy color: '#1525BE'

red 21 ◦ green 37 ◦ blue 190

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

Shades of Persian Blue #1525BE

Tints of Persian Blue #1525BE

RGB

 RED value IS 21 (8.59% from 255) = 8.47%

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

 BLUE value IS 190 (74.61% from 255) = 76.61%

R = 8.47%
G = 14.92%
B = 76.61%

CMYK

 C value IS 0.89

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1525BE (or 0x1525BE) is known color: Persian Blue. HEX triplet: 15, 25 and BE. RGB value is (21,37,190). Sum of RGB (Red+Green+Blue) = 21+37+190=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 190 (74.61% from 255 or 76.61% from 248); Max value from RGB is 190 - color contains mainly: blue. Hex color #1525BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1525BE is #EADA41. Grayscale: #313131. Windows color (decimal): -15391298 or 12461333. OLE color: 12461333.

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

Color convert

RGB 21 37 190 -
CMYK 0.89 0.81 0 0.25
HSL 234.32º 0.8% 0.41% -
HSV(B) 234.32º 0.89% 0.75% -
XYZ 10.27 5.2 49.18 -
YUV 49.66 207.2 107.56 -
System Red Green Blue C M Y K H S L
Decimal 21 37 190 0.89 0.81 0 0.25 234.32 0.8 0.41
Hex 15 25 BE 59 51 0 19 EA 50 29
Octal 25 45 276 131 121 0 31 352 120 51
Binary 10101 100101 10111110 1011001 1010001 0 11001 11101010 1010000 101001

Color Harmonies of #1525BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1525BE

Black with #1525BE

Text Example


Text Example

White with #1525BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1525BE; }

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

 H1.HeaderClassName
 {
   color: #1525BE;
 }
 .AnyTagClassName
 {
   color: #1525BE;
 }
</style>

background-color css

<style>
 a { background-color: #1525BE; }

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

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

border-color css

<style>
 span { border-color: #1525BE; }

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

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