Html Css Color HEX #201EB6 Persian Blue

📋 copy color: '#201EB6'

red 32 ◦ green 30 ◦ blue 182

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

Shades of Persian Blue #201EB6

Tints of Persian Blue #201EB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 74.59%

R = 13.11%
G = 12.3%
B = 74.59%

CMYK

 C value IS 0.82

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#201EB6 (or 0x201EB6) is known color: Persian Blue. HEX triplet: 20, 1E and B6. RGB value is (32,30,182). Sum of RGB (Red+Green+Blue) = 32+30+182=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 30 (12.11% from 255 or 12.30% from 244); Blue value is 182 (71.48% from 255 or 74.59% from 244); Max value from RGB is 182 - color contains mainly: blue. Hex color #201EB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201EB6 is #DFE149. Grayscale: #2F2F2F. Windows color (decimal): -14672202 or 11935264. OLE color: 11935264.

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

Color convert

RGB 32 30 182 -
CMYK 0.82 0.84 0 0.29
HSL 240.79º 0.72% 0.42% -
HSV(B) 240.79º 0.84% 0.71% -
XYZ 9.5 4.61 44.65 -
YUV 47.93 203.66 116.64 -
System Red Green Blue C M Y K H S L
Decimal 32 30 182 0.82 0.84 0 0.29 240.79 0.72 0.42
Hex 20 1E B6 52 54 0 1D F1 48 2A
Octal 40 36 266 122 124 0 35 361 110 52
Binary 100000 11110 10110110 1010010 1010100 0 11101 11110001 1001000 101010

Color Harmonies of #201EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201EB6

Black with #201EB6

Text Example


Text Example

White with #201EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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