Html Css Color HEX #1528C9 Persian Blue

📋 copy color: '#1528C9'

red 21 ◦ green 40 ◦ blue 201

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

Shades of Persian Blue #1528C9

Tints of Persian Blue #1528C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 76.72%

R = 8.02%
G = 15.27%
B = 76.72%

CMYK

 C value IS 0.90

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1528C9 (or 0x1528C9) is known color: Persian Blue. HEX triplet: 15, 28 and C9. RGB value is (21,40,201). Sum of RGB (Red+Green+Blue) = 21+40+201=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 201 (78.91% from 255 or 76.72% from 262); Max value from RGB is 201 - color contains mainly: blue. Hex color #1528C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1528C9 is #EAD736. Grayscale: #343434. Windows color (decimal): -15390519 or 13182997. OLE color: 13182997.

HSL color Cylindrical-coordinate representation of color #1528C9: hue angle of 233.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1528C9 is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 21 40 201 -
CMYK 0.90 0.80 0 0.21
HSL 233.67º 0.81% 0.44% -
HSV(B) 233.67º 0.9% 0.79% -
XYZ 11.61 5.89 55.78 -
YUV 52.67 211.71 105.41 -
System Red Green Blue C M Y K H S L
Decimal 21 40 201 0.90 0.80 0 0.21 233.67 0.81 0.44
Hex 15 28 C9 5A 50 0 15 EA 51 2C
Octal 25 50 311 132 120 0 25 352 121 54
Binary 10101 101000 11001001 1011010 1010000 0 10101 11101010 1010001 101100

Color Harmonies of #1528C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1528C9

Black with #1528C9

Text Example


Text Example

White with #1528C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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