Html Css Color HEX #1520CF Persian Blue

📋 copy color: '#1520CF'

red 21 ◦ green 32 ◦ blue 207

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

Shades of Persian Blue #1520CF

Tints of Persian Blue #1520CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 79.62%

R = 8.08%
G = 12.31%
B = 79.62%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1520CF (or 0x1520CF) is known color: Persian Blue. HEX triplet: 15, 20 and CF. RGB value is (21,32,207). Sum of RGB (Red+Green+Blue) = 21+32+207=260 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.08% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 207 (81.25% from 255 or 79.62% from 260); Max value from RGB is 207 - color contains mainly: blue. Hex color #1520CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1520CF is #EADF30. Grayscale: #2F2F2F. Windows color (decimal): -15392561 or 13574165. OLE color: 13574165.

HSL color Cylindrical-coordinate representation of color #1520CF: hue angle of 236.45º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1520CF is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 32 207 -
CMYK 0.90 0.85 0 0.19
HSL 236.45º 0.82% 0.45% -
HSV(B) 236.45º 0.9% 0.81% -
XYZ 12.09 5.7 59.49 -
YUV 48.66 217.36 108.27 -
System Red Green Blue C M Y K H S L
Decimal 21 32 207 0.90 0.85 0 0.19 236.45 0.82 0.45
Hex 15 20 CF 5A 55 0 13 EC 52 2D
Octal 25 40 317 132 125 0 23 354 122 55
Binary 10101 100000 11001111 1011010 1010101 0 10011 11101100 1010010 101101

Color Harmonies of #1520CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1520CF

Black with #1520CF

Text Example


Text Example

White with #1520CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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