Html Css Color HEX #2019BA Persian Blue

📋 copy color: '#2019BA'

red 32 ◦ green 25 ◦ blue 186

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

Shades of Persian Blue #2019BA

Tints of Persian Blue #2019BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 76.54%

R = 13.17%
G = 10.29%
B = 76.54%

CMYK

 C value IS 0.83

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2019BA (or 0x2019BA) is known color: Persian Blue. HEX triplet: 20, 19 and BA. RGB value is (32,25,186). Sum of RGB (Red+Green+Blue) = 32+25+186=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 186 (73.05% from 255 or 76.54% from 243); Max value from RGB is 186 - color contains mainly: blue. Hex color #2019BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2019BA is #DFE645. Grayscale: #2C2C2C. Windows color (decimal): -14673478 or 12196128. OLE color: 12196128.

HSL color Cylindrical-coordinate representation of color #2019BA: hue angle of 242.61º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2019BA is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 32 25 186 -
CMYK 0.83 0.87 0 0.27
HSL 242.61º 0.76% 0.41% -
HSV(B) 242.61º 0.87% 0.73% -
XYZ 9.81 4.55 46.82 -
YUV 45.45 207.32 118.41 -
System Red Green Blue C M Y K H S L
Decimal 32 25 186 0.83 0.87 0 0.27 242.61 0.76 0.41
Hex 20 19 BA 53 57 0 1B F3 4C 29
Octal 40 31 272 123 127 0 33 363 114 51
Binary 100000 11001 10111010 1010011 1010111 0 11011 11110011 1001100 101001

Color Harmonies of #2019BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2019BA

Black with #2019BA

Text Example


Text Example

White with #2019BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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