Html Css Color HEX #201EBE Persian Blue

📋 copy color: '#201EBE'

red 32 ◦ green 30 ◦ blue 190

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

Shades of Persian Blue #201EBE

Tints of Persian Blue #201EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 75.4%

R = 12.7%
G = 11.9%
B = 75.4%

CMYK

 C value IS 0.83

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#201EBE (or 0x201EBE) is known color: Persian Blue. HEX triplet: 20, 1E and BE. RGB value is (32,30,190). Sum of RGB (Red+Green+Blue) = 32+30+190=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 190 (74.61% from 255 or 75.40% from 252); Max value from RGB is 190 - color contains mainly: blue. Hex color #201EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201EBE is #DFE141. Grayscale: #303030. Windows color (decimal): -14672194 or 12459552. OLE color: 12459552.

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

Color convert

RGB 32 30 190 -
CMYK 0.83 0.84 0 0.25
HSL 240.75º 0.73% 0.43% -
HSV(B) 240.75º 0.84% 0.75% -
XYZ 10.35 4.95 49.13 -
YUV 48.84 207.66 115.99 -
System Red Green Blue C M Y K H S L
Decimal 32 30 190 0.83 0.84 0 0.25 240.75 0.73 0.43
Hex 20 1E BE 53 54 0 19 F1 49 2B
Octal 40 36 276 123 124 0 31 361 111 53
Binary 100000 11110 10111110 1010011 1010100 0 11001 11110001 1001001 101011

Color Harmonies of #201EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201EBE

Black with #201EBE

Text Example


Text Example

White with #201EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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