Html Css Color HEX #1528DB Persian Blue

📋 copy color: '#1528DB'

red 21 ◦ green 40 ◦ blue 219

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

Shades of Persian Blue #1528DB

Tints of Persian Blue #1528DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 78.21%

R = 7.5%
G = 14.29%
B = 78.21%

CMYK

 C value IS 0.90

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1528DB (or 0x1528DB) is known color: Persian Blue. HEX triplet: 15, 28 and DB. RGB value is (21,40,219). Sum of RGB (Red+Green+Blue) = 21+40+219=280 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.5% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 219 (85.94% from 255 or 78.21% from 280); Max value from RGB is 219 - color contains mainly: blue. Hex color #1528DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1528DB is #EAD724. Grayscale: #353535. Windows color (decimal): -15390501 or 14362645. OLE color: 14362645.

HSL color Cylindrical-coordinate representation of color #1528DB: hue angle of 234.24º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1528DB is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 40 219 -
CMYK 0.90 0.82 0 0.14
HSL 234.24º 0.83% 0.47% -
HSV(B) 234.24º 0.9% 0.86% -
XYZ 13.85 6.79 67.6 -
YUV 54.73 220.71 103.95 -
System Red Green Blue C M Y K H S L
Decimal 21 40 219 0.90 0.82 0 0.14 234.24 0.83 0.47
Hex 15 28 DB 5A 52 0 E EA 52 2F
Octal 25 50 333 132 122 0 16 352 122 57
Binary 10101 101000 11011011 1011010 1010010 0 1110 11101010 1010010 101111

Color Harmonies of #1528DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1528DB

Black with #1528DB

Text Example


Text Example

White with #1528DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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