Html Css Color HEX #1525BA Persian Blue

📋 copy color: '#1525BA'

red 21 ◦ green 37 ◦ blue 186

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

Shades of Persian Blue #1525BA

Tints of Persian Blue #1525BA

RGB

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

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

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

R = 8.61%
G = 15.16%
B = 76.23%

CMYK

 C value IS 0.89

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1525BA (or 0x1525BA) is known color: Persian Blue. HEX triplet: 15, 25 and BA. RGB value is (21,37,186). Sum of RGB (Red+Green+Blue) = 21+37+186=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 186 (73.05% from 255 or 76.23% from 244); Max value from RGB is 186 - color contains mainly: blue. Hex color #1525BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1525BA is #EADA45. Grayscale: #303030. Windows color (decimal): -15391302 or 12199189. OLE color: 12199189.

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

Color convert

RGB 21 37 186 -
CMYK 0.89 0.80 0 0.27
HSL 234.18º 0.8% 0.41% -
HSV(B) 234.18º 0.89% 0.73% -
XYZ 9.83 5.03 46.91 -
YUV 49.2 205.2 107.88 -
System Red Green Blue C M Y K H S L
Decimal 21 37 186 0.89 0.80 0 0.27 234.18 0.8 0.41
Hex 15 25 BA 59 50 0 1B EA 50 29
Octal 25 45 272 131 120 0 33 352 120 51
Binary 10101 100101 10111010 1011001 1010000 0 11011 11101010 1010000 101001

Color Harmonies of #1525BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1525BA

Black with #1525BA

Text Example


Text Example

White with #1525BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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