Html Css Color HEX #201ABD Persian Blue

📋 copy color: '#201ABD'

red 32 ◦ green 26 ◦ blue 189

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

Shades of Persian Blue #201ABD

Tints of Persian Blue #201ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 76.52%

R = 12.96%
G = 10.53%
B = 76.52%

CMYK

 C value IS 0.83

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#201ABD (or 0x201ABD) is known color: Persian Blue. HEX triplet: 20, 1A and BD. RGB value is (32,26,189). Sum of RGB (Red+Green+Blue) = 32+26+189=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 189 (74.22% from 255 or 76.52% from 247); Max value from RGB is 189 - color contains mainly: blue. Hex color #201ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201ABD is #DFE542. Grayscale: #2D2D2D. Windows color (decimal): -14673219 or 12392992. OLE color: 12392992.

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

Color convert

RGB 32 26 189 -
CMYK 0.83 0.86 0 0.26
HSL 242.21º 0.76% 0.42% -
HSV(B) 242.21º 0.86% 0.74% -
XYZ 10.15 4.72 48.52 -
YUV 46.38 208.49 117.75 -
System Red Green Blue C M Y K H S L
Decimal 32 26 189 0.83 0.86 0 0.26 242.21 0.76 0.42
Hex 20 1A BD 53 56 0 1A F2 4C 2A
Octal 40 32 275 123 126 0 32 362 114 52
Binary 100000 11010 10111101 1010011 1010110 0 11010 11110010 1001100 101010

Color Harmonies of #201ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201ABD

Black with #201ABD

Text Example


Text Example

White with #201ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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