Html Css Color HEX #201ABE Persian Blue

📋 copy color: '#201ABE'

red 32 ◦ green 26 ◦ blue 190

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

Shades of Persian Blue #201ABE

Tints of Persian Blue #201ABE

RGB

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

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

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

R = 12.9%
G = 10.48%
B = 76.61%

CMYK

 C value IS 0.83

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#201ABE (or 0x201ABE) is known color: Persian Blue. HEX triplet: 20, 1A and BE. RGB value is (32,26,190). Sum of RGB (Red+Green+Blue) = 32+26+190=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 190 (74.61% from 255 or 76.61% from 248); Max value from RGB is 190 - color contains mainly: blue. Hex color #201ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201ABE is #DFE541. Grayscale: #2D2D2D. Windows color (decimal): -14673218 or 12458528. OLE color: 12458528.

HSL color Cylindrical-coordinate representation of color #201ABE: hue angle of 242.2º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #201ABE is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 26 190 -
CMYK 0.83 0.86 0 0.25
HSL 242.2º 0.76% 0.42% -
HSV(B) 242.2º 0.86% 0.75% -
XYZ 10.26 4.76 49.09 -
YUV 46.49 208.99 117.66 -
System Red Green Blue C M Y K H S L
Decimal 32 26 190 0.83 0.86 0 0.25 242.2 0.76 0.42
Hex 20 1A BE 53 56 0 19 F2 4C 2A
Octal 40 32 276 123 126 0 31 362 114 52
Binary 100000 11010 10111110 1010011 1010110 0 11001 11110010 1001100 101010

Color Harmonies of #201ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201ABE

Black with #201ABE

Text Example


Text Example

White with #201ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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