Html Css Color HEX #2019C9 Persian Blue

📋 copy color: '#2019C9'

red 32 ◦ green 25 ◦ blue 201

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

Shades of Persian Blue #2019C9

Tints of Persian Blue #2019C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 77.91%

R = 12.4%
G = 9.69%
B = 77.91%

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

#2019C9 (or 0x2019C9) is known color: Persian Blue. HEX triplet: 20, 19 and C9. RGB value is (32,25,201). Sum of RGB (Red+Green+Blue) = 32+25+201=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 201 (78.91% from 255 or 77.91% from 258); Max value from RGB is 201 - color contains mainly: blue. Hex color #2019C9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2019C9 is #DFE636. Grayscale: #2E2E2E. Windows color (decimal): -14673463 or 13179168. OLE color: 13179168.

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

Color convert

RGB 32 25 201 -
CMYK 0.84 0.88 0 0.21
HSL 242.39º 0.78% 0.44% -
HSV(B) 242.39º 0.88% 0.79% -
XYZ 11.49 5.22 55.66 -
YUV 47.16 214.82 117.19 -
System Red Green Blue C M Y K H S L
Decimal 32 25 201 0.84 0.88 0 0.21 242.39 0.78 0.44
Hex 20 19 C9 54 58 0 15 F2 4E 2C
Octal 40 31 311 124 130 0 25 362 116 54
Binary 100000 11001 11001001 1010100 1011000 0 10101 11110010 1001110 101100

Color Harmonies of #2019C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2019C9

Black with #2019C9

Text Example


Text Example

White with #2019C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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