Html Css Color HEX #193FE0 Persian Blue

📋 copy color: '#193FE0'

red 25 ◦ green 63 ◦ blue 224

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

Shades of Persian Blue #193FE0

Tints of Persian Blue #193FE0

RGB

 RED value IS 25 (10.16% from 255) = 8.01%

 GREEN value IS 63 (25% from 255) = 20.19%

 BLUE value IS 224 (87.89% from 255) = 71.79%

R = 8.01%
G = 20.19%
B = 71.79%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#193FE0 (or 0x193FE0) is known color: Persian Blue. HEX triplet: 19, 3F and E0. RGB value is (25,63,224). Sum of RGB (Red+Green+Blue) = 25+63+224=312 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.01% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 224 (87.89% from 255 or 71.79% from 312); Max value from RGB is 224 - color contains mainly: blue. Hex color #193FE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193FE0 is #E6C01F. Grayscale: #454545. Windows color (decimal): -15122464 or 14696217. OLE color: 14696217.

HSL color Cylindrical-coordinate representation of color #193FE0: hue angle of 228.54º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #193FE0 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 25 63 224 -
CMYK 0.89 0.72 0 0.12
HSL 228.54º 0.8% 0.49% -
HSV(B) 228.54º 0.89% 0.88% -
XYZ 15.63 9.14 71.46 -
YUV 69.99 214.91 95.91 -
System Red Green Blue C M Y K H S L
Decimal 25 63 224 0.89 0.72 0 0.12 228.54 0.8 0.49
Hex 19 3F E0 59 48 0 C E5 50 31
Octal 31 77 340 131 110 0 14 345 120 61
Binary 11001 111111 11100000 1011001 1001000 0 1100 11100101 1010000 110001

Color Harmonies of #193FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193FE0

Black with #193FE0

Text Example


Text Example

White with #193FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193FE0; }

 p { color: rgb(25,63,224); }

 H1.HeaderClassName
 {
   color: #193FE0;
 }
 .AnyTagClassName
 {
   color: #193FE0;
 }
</style>

background-color css

<style>
 a { background-color: #193FE0; }

 a { background-color: rgb(25,63,224); }

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

border-color css

<style>
 span { border-color: #193FE0; }

 span { border-color: rgb(25,63,224); }

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