Html Css Color HEX #2019CA Persian Blue

📋 copy color: '#2019CA'

red 32 ◦ green 25 ◦ blue 202

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

Shades of Persian Blue #2019CA

Tints of Persian Blue #2019CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 77.99%

R = 12.36%
G = 9.65%
B = 77.99%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2019CA (or 0x2019CA) is known color: Persian Blue. HEX triplet: 20, 19 and CA. RGB value is (32,25,202). Sum of RGB (Red+Green+Blue) = 32+25+202=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 202 (79.30% from 255 or 77.99% from 259); Max value from RGB is 202 - color contains mainly: blue. Hex color #2019CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2019CA is #DFE635. Grayscale: #2E2E2E. Windows color (decimal): -14673462 or 13244704. OLE color: 13244704.

HSL color Cylindrical-coordinate representation of color #2019CA: hue angle of 242.37º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2019CA is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 32 25 202 -
CMYK 0.84 0.88 0 0.21
HSL 242.37º 0.78% 0.45% -
HSV(B) 242.37º 0.88% 0.79% -
XYZ 11.6 5.27 56.28 -
YUV 47.27 215.32 117.11 -
System Red Green Blue C M Y K H S L
Decimal 32 25 202 0.84 0.88 0 0.21 242.37 0.78 0.45
Hex 20 19 CA 54 58 0 15 F2 4E 2D
Octal 40 31 312 124 130 0 25 362 116 55
Binary 100000 11001 11001010 1010100 1011000 0 10101 11110010 1001110 101101

Color Harmonies of #2019CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2019CA

Black with #2019CA

Text Example


Text Example

White with #2019CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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