Html Css Color HEX #201CCE Persian Blue

📋 copy color: '#201CCE'

red 32 ◦ green 28 ◦ blue 206

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

Shades of Persian Blue #201CCE

Tints of Persian Blue #201CCE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.53%

 BLUE value IS 206 (80.86% from 255) = 77.44%

R = 12.03%
G = 10.53%
B = 77.44%

CMYK

 C value IS 0.84

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#201CCE (or 0x201CCE) is known color: Persian Blue. HEX triplet: 20, 1C and CE. RGB value is (32,28,206). Sum of RGB (Red+Green+Blue) = 32+28+206=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 206 (80.86% from 255 or 77.44% from 266); Max value from RGB is 206 - color contains mainly: blue. Hex color #201CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201CCE is #DFE331. Grayscale: #303030. Windows color (decimal): -14672690 or 13507616. OLE color: 13507616.

HSL color Cylindrical-coordinate representation of color #201CCE: hue angle of 241.35º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #201CCE is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 28 206 -
CMYK 0.84 0.86 0 0.19
HSL 241.35º 0.76% 0.46% -
HSV(B) 241.35º 0.86% 0.81% -
XYZ 12.15 5.59 58.83 -
YUV 49.49 216.33 115.53 -
System Red Green Blue C M Y K H S L
Decimal 32 28 206 0.84 0.86 0 0.19 241.35 0.76 0.46
Hex 20 1C CE 54 56 0 13 F1 4C 2E
Octal 40 34 316 124 126 0 23 361 114 56
Binary 100000 11100 11001110 1010100 1010110 0 10011 11110001 1001100 101110

Color Harmonies of #201CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201CCE

Black with #201CCE

Text Example


Text Example

White with #201CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,28,206); }

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

background-color css

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

 a { background-color: rgb(32,28,206); }

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

border-color css

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

 span { border-color: rgb(32,28,206); }

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