Html Css Color HEX #193EC5 Persian Blue

📋 copy color: '#193EC5'

red 25 ◦ green 62 ◦ blue 197

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

Shades of Persian Blue #193EC5

Tints of Persian Blue #193EC5

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.83%

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

R = 8.8%
G = 21.83%
B = 69.37%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#193EC5 (or 0x193EC5) is known color: Persian Blue. HEX triplet: 19, 3E and C5. RGB value is (25,62,197). Sum of RGB (Red+Green+Blue) = 25+62+197=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 197 (77.34% from 255 or 69.37% from 284); Max value from RGB is 197 - color contains mainly: blue. Hex color #193EC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193EC5 is #E6C13A. Grayscale: #414141. Windows color (decimal): -15122747 or 12926489. OLE color: 12926489.

HSL color Cylindrical-coordinate representation of color #193EC5: hue angle of 227.09º 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 #193EC5 is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 25 62 197 -
CMYK 0.87 0.69 0 0.23
HSL 227.09º 0.77% 0.44% -
HSV(B) 227.09º 0.87% 0.77% -
XYZ 12.2 7.68 53.66 -
YUV 66.33 201.74 98.52 -
System Red Green Blue C M Y K H S L
Decimal 25 62 197 0.87 0.69 0 0.23 227.09 0.77 0.44
Hex 19 3E C5 57 45 0 17 E3 4D 2C
Octal 31 76 305 127 105 0 27 343 115 54
Binary 11001 111110 11000101 1010111 1000101 0 10111 11100011 1001101 101100

Color Harmonies of #193EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193EC5

Black with #193EC5

Text Example


Text Example

White with #193EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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