Html Css Color HEX #1525B7 Persian Blue

📋 copy color: '#1525B7'

red 21 ◦ green 37 ◦ blue 183

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

Shades of Persian Blue #1525B7

Tints of Persian Blue #1525B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 75.93%

R = 8.71%
G = 15.35%
B = 75.93%

CMYK

 C value IS 0.89

 M value IS 0.80

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#1525B7 (or 0x1525B7) is known color: Persian Blue. HEX triplet: 15, 25 and B7. RGB value is (21,37,183). Sum of RGB (Red+Green+Blue) = 21+37+183=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 183 (71.88% from 255 or 75.93% from 241); Max value from RGB is 183 - color contains mainly: blue. Hex color #1525B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1525B7 is #EADA48. Grayscale: #303030. Windows color (decimal): -15391305 or 12002581. OLE color: 12002581.

HSL color Cylindrical-coordinate representation of color #1525B7: hue angle of 234.07º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1525B7 is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 21 37 183 -
CMYK 0.89 0.80 0 0.28
HSL 234.07º 0.79% 0.4% -
HSV(B) 234.07º 0.89% 0.72% -
XYZ 9.52 4.9 45.24 -
YUV 48.86 203.7 108.13 -
System Red Green Blue C M Y K H S L
Decimal 21 37 183 0.89 0.80 0 0.28 234.07 0.79 0.4
Hex 15 25 B7 59 50 0 1C EA 4F 28
Octal 25 45 267 131 120 0 34 352 117 50
Binary 10101 100101 10110111 1011001 1010000 0 11100 11101010 1001111 101000

Color Harmonies of #1525B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1525B7

Black with #1525B7

Text Example


Text Example

White with #1525B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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