Html Css Color HEX #1522BE Persian Blue

📋 copy color: '#1522BE'

red 21 ◦ green 34 ◦ blue 190

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

Shades of Persian Blue #1522BE

Tints of Persian Blue #1522BE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.88%

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

R = 8.57%
G = 13.88%
B = 77.55%

CMYK

 C value IS 0.89

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1522BE (or 0x1522BE) is known color: Persian Blue. HEX triplet: 15, 22 and BE. RGB value is (21,34,190). Sum of RGB (Red+Green+Blue) = 21+34+190=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 190 (74.61% from 255 or 77.55% from 245); Max value from RGB is 190 - color contains mainly: blue. Hex color #1522BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1522BE is #EADD41. Grayscale: #2F2F2F. Windows color (decimal): -15392066 or 12460565. OLE color: 12460565.

HSL color Cylindrical-coordinate representation of color #1522BE: hue angle of 235.38º 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 #1522BE is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 34 190 -
CMYK 0.89 0.82 0 0.25
HSL 235.38º 0.8% 0.41% -
HSV(B) 235.38º 0.89% 0.75% -
XYZ 10.18 5.02 49.15 -
YUV 47.9 208.19 108.82 -
System Red Green Blue C M Y K H S L
Decimal 21 34 190 0.89 0.82 0 0.25 235.38 0.8 0.41
Hex 15 22 BE 59 52 0 19 EB 50 29
Octal 25 42 276 131 122 0 31 353 120 51
Binary 10101 100010 10111110 1011001 1010010 0 11001 11101011 1010000 101001

Color Harmonies of #1522BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1522BE

Black with #1522BE

Text Example


Text Example

White with #1522BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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