Html Css Color HEX #201BB0 Persian Blue

📋 copy color: '#201BB0'

red 32 ◦ green 27 ◦ blue 176

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

Shades of Persian Blue #201BB0

Tints of Persian Blue #201BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 74.89%

R = 13.62%
G = 11.49%
B = 74.89%

CMYK

 C value IS 0.82

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#201BB0 (or 0x201BB0) is known color: Persian Blue. HEX triplet: 20, 1B and B0. RGB value is (32,27,176). Sum of RGB (Red+Green+Blue) = 32+27+176=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 27 (10.94% from 255 or 11.49% from 235); Blue value is 176 (69.14% from 255 or 74.89% from 235); Max value from RGB is 176 - color contains mainly: blue. Hex color #201BB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201BB0 is #DFE44F. Grayscale: #2C2C2C. Windows color (decimal): -14672976 or 11541280. OLE color: 11541280.

HSL color Cylindrical-coordinate representation of color #201BB0: hue angle of 242.01º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201BB0 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 32 27 176 -
CMYK 0.82 0.85 0 0.31
HSL 242.01º 0.73% 0.4% -
HSV(B) 242.01º 0.85% 0.69% -
XYZ 8.82 4.23 41.42 -
YUV 45.48 201.66 118.38 -
System Red Green Blue C M Y K H S L
Decimal 32 27 176 0.82 0.85 0 0.31 242.01 0.73 0.4
Hex 20 1B B0 52 55 0 1F F2 49 28
Octal 40 33 260 122 125 0 37 362 111 50
Binary 100000 11011 10110000 1010010 1010101 0 11111 11110010 1001001 101000

Color Harmonies of #201BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201BB0

Black with #201BB0

Text Example


Text Example

White with #201BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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