#201BAE

Color #201BAE Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #201BAE

Tints of Persian Blue #201BAE

Color information

#201BAE (or 0x201BAE) is unknown color: approx Persian Blue. HEX triplet: 20, 1B and AE. RGB value is (32,27,174). Sum of RGB (Red+Green+Blue) = 32+27+174=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 27 (10.94% from 255 or 11.59% from 233); Blue value is 174 (68.36% from 255 or 74.68% from 233); Max value from RGB is 174 - color contains mainly: blue. Hex color #201BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201BAE is #DFE451. Grayscale: #2C2C2C. Windows color (decimal): -14672978 or 11410208. OLE color: 11410208.

HSL color Cylindrical-coordinate representation of color #201BAE: hue angle of 242.04º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201BAE is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3227174-
CMYK0.820.8400.32
HSL242.04º73.13%39.41%-
HSV(B)242.04º84.48%68.24%-
XYZ8.634.1540.39-
YUV45.25200.66118.55-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.73%
GREEN value IS 27 (10.94% from 255) = 11.59%
BLUE value IS 174 (68.36% from 255) = 74.68%
R=13.73%
G=11.59%
B=74.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal32271740.820.8400.32242.0473.1339.41
Hex201BAE5254020f24927
Octal403325612212404036211147
Binary1000001101110101110101001010101000100000111100101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #201BAE;
 }
 .AnyTagClassName
 {
   color: #201BAE;
 }
</style>
background-color css

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

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

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

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

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

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