Html Css Color HEX #201EBF Persian Blue

📋 copy color: '#201EBF'

red 32 ◦ green 30 ◦ blue 191

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

Shades of Persian Blue #201EBF

Tints of Persian Blue #201EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 75.49%

R = 12.65%
G = 11.86%
B = 75.49%

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

#201EBF (or 0x201EBF) is known color: Persian Blue. HEX triplet: 20, 1E and BF. RGB value is (32,30,191). Sum of RGB (Red+Green+Blue) = 32+30+191=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 191 (75% from 255 or 75.49% from 253); Max value from RGB is 191 - color contains mainly: blue. Hex color #201EBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201EBF is #DFE140. Grayscale: #303030. Windows color (decimal): -14672193 or 12525088. OLE color: 12525088.

HSL color Cylindrical-coordinate representation of color #201EBF: 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 #201EBF is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 30 191 -
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.46 5 49.7 -
YUV 48.95 208.16 115.91 -
System Red Green Blue C M Y K H S L
Decimal 32 30 191 0.83 0.84 0 0.25 240.75 0.73 0.43
Hex 20 1E BF 53 54 0 19 F1 49 2B
Octal 40 36 277 123 124 0 31 361 111 53
Binary 100000 11110 10111111 1010011 1010100 0 11001 11110001 1001001 101011

Color Harmonies of #201EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201EBF

Black with #201EBF

Text Example


Text Example

White with #201EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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