Html Css Color HEX #1521BE Persian Blue

📋 copy color: '#1521BE'

red 21 ◦ green 33 ◦ blue 190

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

Shades of Persian Blue #1521BE

Tints of Persian Blue #1521BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 77.87%

R = 8.61%
G = 13.52%
B = 77.87%

CMYK

 C value IS 0.89

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1521BE (or 0x1521BE) is known color: Persian Blue. HEX triplet: 15, 21 and BE. RGB value is (21,33,190). Sum of RGB (Red+Green+Blue) = 21+33+190=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 190 (74.61% from 255 or 77.87% from 244); Max value from RGB is 190 - color contains mainly: blue. Hex color #1521BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1521BE is #EADE41. Grayscale: #2E2E2E. Windows color (decimal): -15392322 or 12460309. OLE color: 12460309.

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

Color convert

RGB 21 33 190 -
CMYK 0.89 0.83 0 0.25
HSL 235.74º 0.8% 0.41% -
HSV(B) 235.74º 0.89% 0.75% -
XYZ 10.15 4.96 49.14 -
YUV 47.31 208.52 109.23 -
System Red Green Blue C M Y K H S L
Decimal 21 33 190 0.89 0.83 0 0.25 235.74 0.8 0.41
Hex 15 21 BE 59 53 0 19 EC 50 29
Octal 25 41 276 131 123 0 31 354 120 51
Binary 10101 100001 10111110 1011001 1010011 0 11001 11101100 1010000 101001

Color Harmonies of #1521BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1521BE

Black with #1521BE

Text Example


Text Example

White with #1521BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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