Html Css Color HEX #201BCA Persian Blue

📋 copy color: '#201BCA'

red 32 ◦ green 27 ◦ blue 202

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

Shades of Persian Blue #201BCA

Tints of Persian Blue #201BCA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.34%

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

R = 12.26%
G = 10.34%
B = 77.39%

CMYK

 C value IS 0.84

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#201BCA (or 0x201BCA) is known color: Persian Blue. HEX triplet: 20, 1B and CA. RGB value is (32,27,202). Sum of RGB (Red+Green+Blue) = 32+27+202=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 202 (79.30% from 255 or 77.39% from 261); Max value from RGB is 202 - color contains mainly: blue. Hex color #201BCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201BCA is #DFE435. Grayscale: #2F2F2F. Windows color (decimal): -14672950 or 13245216. OLE color: 13245216.

HSL color Cylindrical-coordinate representation of color #201BCA: hue angle of 241.71º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #201BCA is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 32 27 202 -
CMYK 0.84 0.87 0 0.21
HSL 241.71º 0.76% 0.45% -
HSV(B) 241.71º 0.87% 0.79% -
XYZ 11.65 5.36 56.3 -
YUV 48.45 214.66 116.27 -
System Red Green Blue C M Y K H S L
Decimal 32 27 202 0.84 0.87 0 0.21 241.71 0.76 0.45
Hex 20 1B CA 54 57 0 15 F2 4C 2D
Octal 40 33 312 124 127 0 25 362 114 55
Binary 100000 11011 11001010 1010100 1010111 0 10101 11110010 1001100 101101

Color Harmonies of #201BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201BCA

Black with #201BCA

Text Example


Text Example

White with #201BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,27,202); }

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

background-color css

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

 a { background-color: rgb(32,27,202); }

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

border-color css

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

 span { border-color: rgb(32,27,202); }

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