Html Css Color HEX #201FBE Persian Blue

📋 copy color: '#201FBE'

red 32 ◦ green 31 ◦ blue 190

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

Shades of Persian Blue #201FBE

Tints of Persian Blue #201FBE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.25%

 BLUE value IS 190 (74.61% from 255) = 75.1%

R = 12.65%
G = 12.25%
B = 75.1%

CMYK

 C value IS 0.83

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#201FBE (or 0x201FBE) is known color: Persian Blue. HEX triplet: 20, 1F and BE. RGB value is (32,31,190). Sum of RGB (Red+Green+Blue) = 32+31+190=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 31 (12.5% from 255 or 12.25% from 253); Blue value is 190 (74.61% from 255 or 75.10% from 253); Max value from RGB is 190 - color contains mainly: blue. Hex color #201FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201FBE is #DFE041. Grayscale: #303030. Windows color (decimal): -14671938 or 12459808. OLE color: 12459808.

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

Color convert

RGB 32 31 190 -
CMYK 0.83 0.84 0 0.25
HSL 240.38º 0.72% 0.43% -
HSV(B) 240.38º 0.84% 0.75% -
XYZ 10.38 5 49.13 -
YUV 49.43 207.33 115.57 -
System Red Green Blue C M Y K H S L
Decimal 32 31 190 0.83 0.84 0 0.25 240.38 0.72 0.43
Hex 20 1F BE 53 54 0 19 F0 48 2B
Octal 40 37 276 123 124 0 31 360 110 53
Binary 100000 11111 10111110 1010011 1010100 0 11001 11110000 1001000 101011

Color Harmonies of #201FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201FBE

Black with #201FBE

Text Example


Text Example

White with #201FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,31,190); }

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

background-color css

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

 a { background-color: rgb(32,31,190); }

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

border-color css

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

 span { border-color: rgb(32,31,190); }

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