Html Css Color HEX #1522CA Persian Blue

📋 copy color: '#1522CA'

red 21 ◦ green 34 ◦ blue 202

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

Shades of Persian Blue #1522CA

Tints of Persian Blue #1522CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 78.6%

R = 8.17%
G = 13.23%
B = 78.6%

CMYK

 C value IS 0.90

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1522CA (or 0x1522CA) is known color: Persian Blue. HEX triplet: 15, 22 and CA. RGB value is (21,34,202). Sum of RGB (Red+Green+Blue) = 21+34+202=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 202 (79.30% from 255 or 78.60% from 257); Max value from RGB is 202 - color contains mainly: blue. Hex color #1522CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1522CA is #EADD35. Grayscale: #303030. Windows color (decimal): -15392054 or 13246997. OLE color: 13246997.

HSL color Cylindrical-coordinate representation of color #1522CA: hue angle of 235.69º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1522CA is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 21 34 202 -
CMYK 0.90 0.83 0 0.21
HSL 235.69º 0.81% 0.44% -
HSV(B) 235.69º 0.9% 0.79% -
XYZ 11.54 5.57 56.34 -
YUV 49.27 214.19 107.84 -
System Red Green Blue C M Y K H S L
Decimal 21 34 202 0.90 0.83 0 0.21 235.69 0.81 0.44
Hex 15 22 CA 5A 53 0 15 EC 51 2C
Octal 25 42 312 132 123 0 25 354 121 54
Binary 10101 100010 11001010 1011010 1010011 0 10101 11101100 1010001 101100

Color Harmonies of #1522CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1522CA

Black with #1522CA

Text Example


Text Example

White with #1522CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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