Html Css Color HEX #1521DA Persian Blue

📋 copy color: '#1521DA'

red 21 ◦ green 33 ◦ blue 218

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

Shades of Persian Blue #1521DA

Tints of Persian Blue #1521DA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.13%

 BLUE value IS 218 (85.55% from 255) = 80.15%

R = 7.72%
G = 12.13%
B = 80.15%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1521DA (or 0x1521DA) is known color: Persian Blue. HEX triplet: 15, 21 and DA. RGB value is (21,33,218). Sum of RGB (Red+Green+Blue) = 21+33+218=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 218 (85.55% from 255 or 80.15% from 272); Max value from RGB is 218 - color contains mainly: blue. Hex color #1521DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1521DA is #EADE25. Grayscale: #313131. Windows color (decimal): -15392294 or 14295317. OLE color: 14295317.

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

Color convert

RGB 21 33 218 -
CMYK 0.90 0.85 0 0.15
HSL 236.35º 0.82% 0.47% -
HSV(B) 236.35º 0.9% 0.85% -
XYZ 13.51 6.31 66.84 -
YUV 50.5 222.52 106.96 -
System Red Green Blue C M Y K H S L
Decimal 21 33 218 0.90 0.85 0 0.15 236.35 0.82 0.47
Hex 15 21 DA 5A 55 0 F EC 52 2F
Octal 25 41 332 132 125 0 17 354 122 57
Binary 10101 100001 11011010 1011010 1010101 0 1111 11101100 1010010 101111

Color Harmonies of #1521DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1521DA

Black with #1521DA

Text Example


Text Example

White with #1521DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1521DA; }

 p { color: rgb(21,33,218); }

 H1.HeaderClassName
 {
   color: #1521DA;
 }
 .AnyTagClassName
 {
   color: #1521DA;
 }
</style>

background-color css

<style>
 a { background-color: #1521DA; }

 a { background-color: rgb(21,33,218); }

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

border-color css

<style>
 span { border-color: #1521DA; }

 span { border-color: rgb(21,33,218); }

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