Html Css Color HEX #1525CD Persian Blue

📋 copy color: '#1525CD'

red 21 ◦ green 37 ◦ blue 205

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

Shades of Persian Blue #1525CD

Tints of Persian Blue #1525CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 77.95%

R = 7.98%
G = 14.07%
B = 77.95%

CMYK

 C value IS 0.90

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1525CD (or 0x1525CD) is known color: Persian Blue. HEX triplet: 15, 25 and CD. RGB value is (21,37,205). Sum of RGB (Red+Green+Blue) = 21+37+205=263 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.98% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 205 (80.47% from 255 or 77.95% from 263); Max value from RGB is 205 - color contains mainly: blue. Hex color #1525CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1525CD is #EADA32. Grayscale: #323232. Windows color (decimal): -15391283 or 13444373. OLE color: 13444373.

HSL color Cylindrical-coordinate representation of color #1525CD: hue angle of 234.78º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1525CD is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 37 205 -
CMYK 0.90 0.82 0 0.20
HSL 234.78º 0.81% 0.44% -
HSV(B) 234.78º 0.9% 0.8% -
XYZ 11.99 5.89 58.26 -
YUV 51.37 214.7 106.34 -
System Red Green Blue C M Y K H S L
Decimal 21 37 205 0.90 0.82 0 0.20 234.78 0.81 0.44
Hex 15 25 CD 5A 52 0 14 EB 51 2C
Octal 25 45 315 132 122 0 24 353 121 54
Binary 10101 100101 11001101 1011010 1010010 0 10100 11101011 1010001 101100

Color Harmonies of #1525CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1525CD

Black with #1525CD

Text Example


Text Example

White with #1525CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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