Html Css Color HEX #1528B7 Persian Blue

📋 copy color: '#1528B7'

red 21 ◦ green 40 ◦ blue 183

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

Shades of Persian Blue #1528B7

Tints of Persian Blue #1528B7

RGB

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

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

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

R = 8.61%
G = 16.39%
B = 75%

CMYK

 C value IS 0.89

 M value IS 0.78

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#1528B7 (or 0x1528B7) is known color: Persian Blue. HEX triplet: 15, 28 and B7. RGB value is (21,40,183). Sum of RGB (Red+Green+Blue) = 21+40+183=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 183 (71.88% from 255 or 75% from 244); Max value from RGB is 183 - color contains mainly: blue. Hex color #1528B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1528B7 is #EAD748. Grayscale: #323232. Windows color (decimal): -15390537 or 12003349. OLE color: 12003349.

HSL color Cylindrical-coordinate representation of color #1528B7: hue angle of 232.96º 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 #1528B7 is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 21 40 183 -
CMYK 0.89 0.78 0 0.28
HSL 232.96º 0.79% 0.4% -
HSV(B) 232.96º 0.89% 0.72% -
XYZ 9.62 5.1 45.28 -
YUV 50.62 202.71 106.87 -
System Red Green Blue C M Y K H S L
Decimal 21 40 183 0.89 0.78 0 0.28 232.96 0.79 0.4
Hex 15 28 B7 59 4E 0 1C E9 4F 28
Octal 25 50 267 131 116 0 34 351 117 50
Binary 10101 101000 10110111 1011001 1001110 0 11100 11101001 1001111 101000

Color Harmonies of #1528B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1528B7

Black with #1528B7

Text Example


Text Example

White with #1528B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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