Html Css Color HEX #1525CB Persian Blue

📋 copy color: '#1525CB'

red 21 ◦ green 37 ◦ blue 203

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

Shades of Persian Blue #1525CB

Tints of Persian Blue #1525CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 77.78%

R = 8.05%
G = 14.18%
B = 77.78%

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

#1525CB (or 0x1525CB) is known color: Persian Blue. HEX triplet: 15, 25 and CB. RGB value is (21,37,203). Sum of RGB (Red+Green+Blue) = 21+37+203=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 203 (79.69% from 255 or 77.78% from 261); Max value from RGB is 203 - color contains mainly: blue. Hex color #1525CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1525CB is #EADA34. Grayscale: #323232. Windows color (decimal): -15391285 or 13313301. OLE color: 13313301.

HSL color Cylindrical-coordinate representation of color #1525CB: hue angle of 234.73º 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 #1525CB is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 37 203 -
CMYK 0.90 0.82 0 0.20
HSL 234.73º 0.81% 0.44% -
HSV(B) 234.73º 0.9% 0.8% -
XYZ 11.75 5.79 57 -
YUV 51.14 213.7 106.5 -
System Red Green Blue C M Y K H S L
Decimal 21 37 203 0.90 0.82 0 0.20 234.73 0.81 0.44
Hex 15 25 CB 5A 52 0 14 EB 51 2C
Octal 25 45 313 132 122 0 24 353 121 54
Binary 10101 100101 11001011 1011010 1010010 0 10100 11101011 1010001 101100

Color Harmonies of #1525CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1525CB

Black with #1525CB

Text Example


Text Example

White with #1525CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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