Html Css Color HEX #201EBC Persian Blue

📋 copy color: '#201EBC'

red 32 ◦ green 30 ◦ blue 188

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

Shades of Persian Blue #201EBC

Tints of Persian Blue #201EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 75.2%

R = 12.8%
G = 12%
B = 75.2%

CMYK

 C value IS 0.83

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#201EBC (or 0x201EBC) is known color: Persian Blue. HEX triplet: 20, 1E and BC. RGB value is (32,30,188). Sum of RGB (Red+Green+Blue) = 32+30+188=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 188 (73.83% from 255 or 75.2% from 250); Max value from RGB is 188 - color contains mainly: blue. Hex color #201EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201EBC is #DFE143. Grayscale: #2F2F2F. Windows color (decimal): -14672196 or 12328480. OLE color: 12328480.

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

Color convert

RGB 32 30 188 -
CMYK 0.83 0.84 0 0.26
HSL 240.76º 0.72% 0.43% -
HSV(B) 240.76º 0.84% 0.74% -
XYZ 10.14 4.87 47.98 -
YUV 48.61 206.66 116.15 -
System Red Green Blue C M Y K H S L
Decimal 32 30 188 0.83 0.84 0 0.26 240.76 0.72 0.43
Hex 20 1E BC 53 54 0 1A F1 48 2B
Octal 40 36 274 123 124 0 32 361 110 53
Binary 100000 11110 10111100 1010011 1010100 0 11010 11110001 1001000 101011

Color Harmonies of #201EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201EBC

Black with #201EBC

Text Example


Text Example

White with #201EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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