Html Css Color HEX #2019BF Persian Blue

📋 copy color: '#2019BF'

red 32 ◦ green 25 ◦ blue 191

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

Shades of Persian Blue #2019BF

Tints of Persian Blue #2019BF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.08%

 BLUE value IS 191 (75% from 255) = 77.02%

R = 12.9%
G = 10.08%
B = 77.02%

CMYK

 C value IS 0.83

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2019BF (or 0x2019BF) is known color: Persian Blue. HEX triplet: 20, 19 and BF. RGB value is (32,25,191). Sum of RGB (Red+Green+Blue) = 32+25+191=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 191 (75% from 255 or 77.02% from 248); Max value from RGB is 191 - color contains mainly: blue. Hex color #2019BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2019BF is #DFE640. Grayscale: #2D2D2D. Windows color (decimal): -14673473 or 12523808. OLE color: 12523808.

HSL color Cylindrical-coordinate representation of color #2019BF: hue angle of 242.53º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2019BF is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 25 191 -
CMYK 0.83 0.87 0 0.25
HSL 242.53º 0.77% 0.42% -
HSV(B) 242.53º 0.87% 0.75% -
XYZ 10.35 4.76 49.66 -
YUV 46.02 209.82 118 -
System Red Green Blue C M Y K H S L
Decimal 32 25 191 0.83 0.87 0 0.25 242.53 0.77 0.42
Hex 20 19 BF 53 57 0 19 F3 4D 2A
Octal 40 31 277 123 127 0 31 363 115 52
Binary 100000 11001 10111111 1010011 1010111 0 11001 11110011 1001101 101010

Color Harmonies of #2019BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2019BF

Black with #2019BF

Text Example


Text Example

White with #2019BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2019BF; }

 p { color: rgb(32,25,191); }

 H1.HeaderClassName
 {
   color: #2019BF;
 }
 .AnyTagClassName
 {
   color: #2019BF;
 }
</style>

background-color css

<style>
 a { background-color: #2019BF; }

 a { background-color: rgb(32,25,191); }

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

border-color css

<style>
 span { border-color: #2019BF; }

 span { border-color: rgb(32,25,191); }

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