Html Css Color HEX #193FC5 Persian Blue

📋 copy color: '#193FC5'

red 25 ◦ green 63 ◦ blue 197

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

Shades of Persian Blue #193FC5

Tints of Persian Blue #193FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 69.12%

R = 8.77%
G = 22.11%
B = 69.12%

CMYK

 C value IS 0.87

 M value IS 0.68

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#193FC5 (or 0x193FC5) is known color: Persian Blue. HEX triplet: 19, 3F and C5. RGB value is (25,63,197). Sum of RGB (Red+Green+Blue) = 25+63+197=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 197 (77.34% from 255 or 69.12% from 285); Max value from RGB is 197 - color contains mainly: blue. Hex color #193FC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193FC5 is #E6C03A. Grayscale: #424242. Windows color (decimal): -15122491 or 12926745. OLE color: 12926745.

HSL color Cylindrical-coordinate representation of color #193FC5: hue angle of 226.74º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #193FC5 is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 25 63 197 -
CMYK 0.87 0.68 0 0.23
HSL 226.74º 0.77% 0.44% -
HSV(B) 226.74º 0.87% 0.77% -
XYZ 12.26 7.79 53.68 -
YUV 66.91 201.41 98.1 -
System Red Green Blue C M Y K H S L
Decimal 25 63 197 0.87 0.68 0 0.23 226.74 0.77 0.44
Hex 19 3F C5 57 44 0 17 E3 4D 2C
Octal 31 77 305 127 104 0 27 343 115 54
Binary 11001 111111 11000101 1010111 1000100 0 10111 11100011 1001101 101100

Color Harmonies of #193FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193FC5

Black with #193FC5

Text Example


Text Example

White with #193FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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