Html Css Color HEX #1521BD Persian Blue

📋 copy color: '#1521BD'

red 21 ◦ green 33 ◦ blue 189

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

Shades of Persian Blue #1521BD

Tints of Persian Blue #1521BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 77.78%

R = 8.64%
G = 13.58%
B = 77.78%

CMYK

 C value IS 0.89

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1521BD (or 0x1521BD) is known color: Persian Blue. HEX triplet: 15, 21 and BD. RGB value is (21,33,189). Sum of RGB (Red+Green+Blue) = 21+33+189=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 189 (74.22% from 255 or 77.78% from 243); Max value from RGB is 189 - color contains mainly: blue. Hex color #1521BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1521BD is #EADE42. Grayscale: #2E2E2E. Windows color (decimal): -15392323 or 12394773. OLE color: 12394773.

HSL color Cylindrical-coordinate representation of color #1521BD: hue angle of 235.71º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1521BD is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 21 33 189 -
CMYK 0.89 0.83 0 0.26
HSL 235.71º 0.8% 0.41% -
HSV(B) 235.71º 0.89% 0.74% -
XYZ 10.04 4.92 48.56 -
YUV 47.2 208.02 109.32 -
System Red Green Blue C M Y K H S L
Decimal 21 33 189 0.89 0.83 0 0.26 235.71 0.8 0.41
Hex 15 21 BD 59 53 0 1A EC 50 29
Octal 25 41 275 131 123 0 32 354 120 51
Binary 10101 100001 10111101 1011001 1010011 0 11010 11101100 1010000 101001

Color Harmonies of #1521BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1521BD

Black with #1521BD

Text Example


Text Example

White with #1521BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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