Html Css Color HEX #1520BB Persian Blue

📋 copy color: '#1520BB'

red 21 ◦ green 32 ◦ blue 187

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

Shades of Persian Blue #1520BB

Tints of Persian Blue #1520BB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.33%

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

R = 8.75%
G = 13.33%
B = 77.92%

CMYK

 C value IS 0.89

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1520BB (or 0x1520BB) is known color: Persian Blue. HEX triplet: 15, 20 and BB. RGB value is (21,32,187). Sum of RGB (Red+Green+Blue) = 21+32+187=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 187 (73.44% from 255 or 77.92% from 240); Max value from RGB is 187 - color contains mainly: blue. Hex color #1520BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1520BB is #EADF44. Grayscale: #2D2D2D. Windows color (decimal): -15392581 or 12263445. OLE color: 12263445.

HSL color Cylindrical-coordinate representation of color #1520BB: hue angle of 236.02º 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 #1520BB is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 32 187 -
CMYK 0.89 0.83 0 0.27
HSL 236.02º 0.8% 0.41% -
HSV(B) 236.02º 0.89% 0.73% -
XYZ 9.8 4.78 47.42 -
YUV 46.38 207.36 109.9 -
System Red Green Blue C M Y K H S L
Decimal 21 32 187 0.89 0.83 0 0.27 236.02 0.8 0.41
Hex 15 20 BB 59 53 0 1B EC 50 29
Octal 25 40 273 131 123 0 33 354 120 51
Binary 10101 100000 10111011 1011001 1010011 0 11011 11101100 1010000 101001

Color Harmonies of #1520BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1520BB

Black with #1520BB

Text Example


Text Example

White with #1520BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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