Html Css Color HEX #1521BB Persian Blue

📋 copy color: '#1521BB'

red 21 ◦ green 33 ◦ blue 187

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

Shades of Persian Blue #1521BB

Tints of Persian Blue #1521BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 77.59%

R = 8.71%
G = 13.69%
B = 77.59%

CMYK

 C value IS 0.89

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1521BB (or 0x1521BB) is known color: Persian Blue. HEX triplet: 15, 21 and BB. RGB value is (21,33,187). Sum of RGB (Red+Green+Blue) = 21+33+187=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 187 (73.44% from 255 or 77.59% from 241); Max value from RGB is 187 - color contains mainly: blue. Hex color #1521BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1521BB is #EADE44. Grayscale: #2E2E2E. Windows color (decimal): -15392325 or 12263701. OLE color: 12263701.

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

Color convert

RGB 21 33 187 -
CMYK 0.89 0.82 0 0.27
HSL 235.66º 0.8% 0.41% -
HSV(B) 235.66º 0.89% 0.73% -
XYZ 9.82 4.83 47.43 -
YUV 46.97 207.02 109.48 -
System Red Green Blue C M Y K H S L
Decimal 21 33 187 0.89 0.82 0 0.27 235.66 0.8 0.41
Hex 15 21 BB 59 52 0 1B EC 50 29
Octal 25 41 273 131 122 0 33 354 120 51
Binary 10101 100001 10111011 1011001 1010010 0 11011 11101100 1010000 101001

Color Harmonies of #1521BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1521BB

Black with #1521BB

Text Example


Text Example

White with #1521BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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