Html Css Color HEX #201EB9 Persian Blue

📋 copy color: '#201EB9'

red 32 ◦ green 30 ◦ blue 185

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

Shades of Persian Blue #201EB9

Tints of Persian Blue #201EB9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.15%

 BLUE value IS 185 (72.66% from 255) = 74.9%

R = 12.96%
G = 12.15%
B = 74.9%

CMYK

 C value IS 0.83

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#201EB9 (or 0x201EB9) is known color: Persian Blue. HEX triplet: 20, 1E and B9. RGB value is (32,30,185). Sum of RGB (Red+Green+Blue) = 32+30+185=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 30 (12.11% from 255 or 12.15% from 247); Blue value is 185 (72.66% from 255 or 74.90% from 247); Max value from RGB is 185 - color contains mainly: blue. Hex color #201EB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201EB9 is #DFE146. Grayscale: #2F2F2F. Windows color (decimal): -14672199 or 12131872. OLE color: 12131872.

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

Color convert

RGB 32 30 185 -
CMYK 0.83 0.84 0 0.27
HSL 240.77º 0.72% 0.42% -
HSV(B) 240.77º 0.84% 0.73% -
XYZ 9.82 4.74 46.3 -
YUV 48.27 205.16 116.4 -
System Red Green Blue C M Y K H S L
Decimal 32 30 185 0.83 0.84 0 0.27 240.77 0.72 0.42
Hex 20 1E B9 53 54 0 1B F1 48 2A
Octal 40 36 271 123 124 0 33 361 110 52
Binary 100000 11110 10111001 1010011 1010100 0 11011 11110001 1001000 101010

Color Harmonies of #201EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201EB9

Black with #201EB9

Text Example


Text Example

White with #201EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,30,185); }

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

background-color css

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

 a { background-color: rgb(32,30,185); }

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

border-color css

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

 span { border-color: rgb(32,30,185); }

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