Html Css Color HEX #2019BB Persian Blue

📋 copy color: '#2019BB'

red 32 ◦ green 25 ◦ blue 187

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

Shades of Persian Blue #2019BB

Tints of Persian Blue #2019BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 76.64%

R = 13.11%
G = 10.25%
B = 76.64%

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

#2019BB (or 0x2019BB) is known color: Persian Blue. HEX triplet: 20, 19 and BB. RGB value is (32,25,187). Sum of RGB (Red+Green+Blue) = 32+25+187=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 187 (73.44% from 255 or 76.64% from 244); Max value from RGB is 187 - color contains mainly: blue. Hex color #2019BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2019BB is #DFE644. Grayscale: #2C2C2C. Windows color (decimal): -14673477 or 12261664. OLE color: 12261664.

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

Color convert

RGB 32 25 187 -
CMYK 0.83 0.87 0 0.27
HSL 242.59º 0.76% 0.42% -
HSV(B) 242.59º 0.87% 0.73% -
XYZ 9.91 4.59 47.38 -
YUV 45.56 207.82 118.33 -
System Red Green Blue C M Y K H S L
Decimal 32 25 187 0.83 0.87 0 0.27 242.59 0.76 0.42
Hex 20 19 BB 53 57 0 1B F3 4C 2A
Octal 40 31 273 123 127 0 33 363 114 52
Binary 100000 11001 10111011 1010011 1010111 0 11011 11110011 1001100 101010

Color Harmonies of #2019BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2019BB

Black with #2019BB

Text Example


Text Example

White with #2019BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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