Html Css Color HEX #193FE3 Persian Blue

📋 copy color: '#193FE3'

red 25 ◦ green 63 ◦ blue 227

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

Shades of Persian Blue #193FE3

Tints of Persian Blue #193FE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 72.06%

R = 7.94%
G = 20%
B = 72.06%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#193FE3 (or 0x193FE3) is known color: Persian Blue. HEX triplet: 19, 3F and E3. RGB value is (25,63,227). Sum of RGB (Red+Green+Blue) = 25+63+227=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 227 (89.06% from 255 or 72.06% from 315); Max value from RGB is 227 - color contains mainly: blue. Hex color #193FE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193FE3 is #E6C01C. Grayscale: #454545. Windows color (decimal): -15122461 or 14892825. OLE color: 14892825.

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

Color convert

RGB 25 63 227 -
CMYK 0.89 0.72 0 0.11
HSL 228.71º 0.8% 0.49% -
HSV(B) 228.71º 0.89% 0.89% -
XYZ 16.04 9.31 73.62 -
YUV 70.33 216.41 95.66 -
System Red Green Blue C M Y K H S L
Decimal 25 63 227 0.89 0.72 0 0.11 228.71 0.8 0.49
Hex 19 3F E3 59 48 0 B E5 50 31
Octal 31 77 343 131 110 0 13 345 120 61
Binary 11001 111111 11100011 1011001 1001000 0 1011 11100101 1010000 110001

Color Harmonies of #193FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193FE3

Black with #193FE3

Text Example


Text Example

White with #193FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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