Html Css Color HEX #201ECB Persian Blue

📋 copy color: '#201ECB'

red 32 ◦ green 30 ◦ blue 203

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

Shades of Persian Blue #201ECB

Tints of Persian Blue #201ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 76.6%

R = 12.08%
G = 11.32%
B = 76.6%

CMYK

 C value IS 0.84

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#201ECB (or 0x201ECB) is known color: Persian Blue. HEX triplet: 20, 1E and CB. RGB value is (32,30,203). Sum of RGB (Red+Green+Blue) = 32+30+203=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 30 (12.11% from 255 or 11.32% from 265); Blue value is 203 (79.69% from 255 or 76.60% from 265); Max value from RGB is 203 - color contains mainly: blue. Hex color #201ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201ECB is #DFE134. Grayscale: #313131. Windows color (decimal): -14672181 or 13311520. OLE color: 13311520.

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

Color convert

RGB 32 30 203 -
CMYK 0.84 0.85 0 0.20
HSL 240.69º 0.74% 0.46% -
HSV(B) 240.69º 0.85% 0.8% -
XYZ 11.84 5.55 56.95 -
YUV 50.32 214.16 114.93 -
System Red Green Blue C M Y K H S L
Decimal 32 30 203 0.84 0.85 0 0.20 240.69 0.74 0.46
Hex 20 1E CB 54 55 0 14 F1 4A 2E
Octal 40 36 313 124 125 0 24 361 112 56
Binary 100000 11110 11001011 1010100 1010101 0 10100 11110001 1001010 101110

Color Harmonies of #201ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201ECB

Black with #201ECB

Text Example


Text Example

White with #201ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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