Html Css Color HEX #201EC6 Persian Blue

📋 copy color: '#201EC6'

red 32 ◦ green 30 ◦ blue 198

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

Shades of Persian Blue #201EC6

Tints of Persian Blue #201EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 76.15%

R = 12.31%
G = 11.54%
B = 76.15%

CMYK

 C value IS 0.84

 M value IS 0.85

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#201EC6 (or 0x201EC6) is known color: Persian Blue. HEX triplet: 20, 1E and C6. RGB value is (32,30,198). Sum of RGB (Red+Green+Blue) = 32+30+198=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 198 (77.73% from 255 or 76.15% from 260); Max value from RGB is 198 - color contains mainly: blue. Hex color #201EC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201EC6 is #DFE139. Grayscale: #313131. Windows color (decimal): -14672186 or 12983840. OLE color: 12983840.

HSL color Cylindrical-coordinate representation of color #201EC6: hue angle of 240.71º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201EC6 is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 32 30 198 -
CMYK 0.84 0.85 0 0.22
HSL 240.71º 0.74% 0.45% -
HSV(B) 240.71º 0.85% 0.78% -
XYZ 11.25 5.31 53.86 -
YUV 49.75 211.66 115.34 -
System Red Green Blue C M Y K H S L
Decimal 32 30 198 0.84 0.85 0 0.22 240.71 0.74 0.45
Hex 20 1E C6 54 55 0 16 F1 4A 2D
Octal 40 36 306 124 125 0 26 361 112 55
Binary 100000 11110 11000110 1010100 1010101 0 10110 11110001 1001010 101101

Color Harmonies of #201EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201EC6

Black with #201EC6

Text Example


Text Example

White with #201EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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