Html Css Color HEX #201ABB Persian Blue

📋 copy color: '#201ABB'

red 32 ◦ green 26 ◦ blue 187

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

Shades of Persian Blue #201ABB

Tints of Persian Blue #201ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 76.33%

R = 13.06%
G = 10.61%
B = 76.33%

CMYK

 C value IS 0.83

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#201ABB (or 0x201ABB) is known color: Persian Blue. HEX triplet: 20, 1A and BB. RGB value is (32,26,187). Sum of RGB (Red+Green+Blue) = 32+26+187=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 187 (73.44% from 255 or 76.33% from 245); Max value from RGB is 187 - color contains mainly: blue. Hex color #201ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201ABB is #DFE544. Grayscale: #2D2D2D. Windows color (decimal): -14673221 or 12261920. OLE color: 12261920.

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

Color convert

RGB 32 26 187 -
CMYK 0.83 0.86 0 0.27
HSL 242.24º 0.76% 0.42% -
HSV(B) 242.24º 0.86% 0.73% -
XYZ 9.93 4.63 47.38 -
YUV 46.15 207.49 117.91 -
System Red Green Blue C M Y K H S L
Decimal 32 26 187 0.83 0.86 0 0.27 242.24 0.76 0.42
Hex 20 1A BB 53 56 0 1B F2 4C 2A
Octal 40 32 273 123 126 0 33 362 114 52
Binary 100000 11010 10111011 1010011 1010110 0 11011 11110010 1001100 101010

Color Harmonies of #201ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201ABB

Black with #201ABB

Text Example


Text Example

White with #201ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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