Html Css Color HEX #1528BF Persian Blue

📋 copy color: '#1528BF'

red 21 ◦ green 40 ◦ blue 191

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

Shades of Persian Blue #1528BF

Tints of Persian Blue #1528BF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.87%

 BLUE value IS 191 (75% from 255) = 75.79%

R = 8.33%
G = 15.87%
B = 75.79%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1528BF (or 0x1528BF) is known color: Persian Blue. HEX triplet: 15, 28 and BF. RGB value is (21,40,191). Sum of RGB (Red+Green+Blue) = 21+40+191=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 191 (75% from 255 or 75.79% from 252); Max value from RGB is 191 - color contains mainly: blue. Hex color #1528BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1528BF is #EAD740. Grayscale: #323232. Windows color (decimal): -15390529 or 12527637. OLE color: 12527637.

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

Color convert

RGB 21 40 191 -
CMYK 0.89 0.79 0 0.25
HSL 233.29º 0.8% 0.42% -
HSV(B) 233.29º 0.89% 0.75% -
XYZ 10.47 5.44 49.79 -
YUV 51.53 206.71 106.22 -
System Red Green Blue C M Y K H S L
Decimal 21 40 191 0.89 0.79 0 0.25 233.29 0.8 0.42
Hex 15 28 BF 59 4F 0 19 E9 50 2A
Octal 25 50 277 131 117 0 31 351 120 52
Binary 10101 101000 10111111 1011001 1001111 0 11001 11101001 1010000 101010

Color Harmonies of #1528BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1528BF

Black with #1528BF

Text Example


Text Example

White with #1528BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1528BF; }

 p { color: rgb(21,40,191); }

 H1.HeaderClassName
 {
   color: #1528BF;
 }
 .AnyTagClassName
 {
   color: #1528BF;
 }
</style>

background-color css

<style>
 a { background-color: #1528BF; }

 a { background-color: rgb(21,40,191); }

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

border-color css

<style>
 span { border-color: #1528BF; }

 span { border-color: rgb(21,40,191); }

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