Html Css Color HEX #193AE5 Persian Blue

📋 copy color: '#193AE5'

red 25 ◦ green 58 ◦ blue 229

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

Shades of Persian Blue #193AE5

Tints of Persian Blue #193AE5

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.59%

 BLUE value IS 229 (89.84% from 255) = 73.4%

R = 8.01%
G = 18.59%
B = 73.4%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#193AE5 (or 0x193AE5) is known color: Persian Blue. HEX triplet: 19, 3A and E5. RGB value is (25,58,229). Sum of RGB (Red+Green+Blue) = 25+58+229=312 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.01% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 229 (89.84% from 255 or 73.40% from 312); Max value from RGB is 229 - color contains mainly: blue. Hex color #193AE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193AE5 is #E6C51A. Grayscale: #424242. Windows color (decimal): -15123739 or 15022617. OLE color: 15022617.

HSL color Cylindrical-coordinate representation of color #193AE5: hue angle of 230.29º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #193AE5 is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 25 58 229 -
CMYK 0.89 0.75 0 0.10
HSL 230.29º 0.8% 0.5% -
HSV(B) 230.29º 0.89% 0.9% -
XYZ 16.06 8.89 75 -
YUV 67.63 219.07 97.6 -
System Red Green Blue C M Y K H S L
Decimal 25 58 229 0.89 0.75 0 0.10 230.29 0.8 0.5
Hex 19 3A E5 59 4B 0 A E6 50 32
Octal 31 72 345 131 113 0 12 346 120 62
Binary 11001 111010 11100101 1011001 1001011 0 1010 11100110 1010000 110010

Color Harmonies of #193AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193AE5

Black with #193AE5

Text Example


Text Example

White with #193AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,58,229); }

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

background-color css

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

 a { background-color: rgb(25,58,229); }

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

border-color css

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

 span { border-color: rgb(25,58,229); }

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