Html Css Color HEX #201AB2 Persian Blue

📋 copy color: '#201AB2'

red 32 ◦ green 26 ◦ blue 178

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

Shades of Persian Blue #201AB2

Tints of Persian Blue #201AB2

RGB

 RED value IS 32 (12.89% from 255) = 13.56%

 GREEN value IS 26 (10.55% from 255) = 11.02%

 BLUE value IS 178 (69.92% from 255) = 75.42%

R = 13.56%
G = 11.02%
B = 75.42%

CMYK

 C value IS 0.82

 M value IS 0.85

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#201AB2 (or 0x201AB2) is known color: Persian Blue. HEX triplet: 20, 1A and B2. RGB value is (32,26,178). Sum of RGB (Red+Green+Blue) = 32+26+178=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 178 (69.92% from 255 or 75.42% from 236); Max value from RGB is 178 - color contains mainly: blue. Hex color #201AB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201AB2 is #DFE54D. Grayscale: #2C2C2C. Windows color (decimal): -14673230 or 11672096. OLE color: 11672096.

HSL color Cylindrical-coordinate representation of color #201AB2: hue angle of 242.37º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201AB2 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 32 26 178 -
CMYK 0.82 0.85 0 0.30
HSL 242.37º 0.75% 0.4% -
HSV(B) 242.37º 0.85% 0.7% -
XYZ 9 4.26 42.47 -
YUV 45.12 202.99 118.64 -
System Red Green Blue C M Y K H S L
Decimal 32 26 178 0.82 0.85 0 0.30 242.37 0.75 0.4
Hex 20 1A B2 52 55 0 1E F2 4B 28
Octal 40 32 262 122 125 0 36 362 113 50
Binary 100000 11010 10110010 1010010 1010101 0 11110 11110010 1001011 101000

Color Harmonies of #201AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201AB2

Black with #201AB2

Text Example


Text Example

White with #201AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201AB2; }

 p { color: rgb(32,26,178); }

 H1.HeaderClassName
 {
   color: #201AB2;
 }
 .AnyTagClassName
 {
   color: #201AB2;
 }
</style>

background-color css

<style>
 a { background-color: #201AB2; }

 a { background-color: rgb(32,26,178); }

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

border-color css

<style>
 span { border-color: #201AB2; }

 span { border-color: rgb(32,26,178); }

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