Html Css Color HEX #193EE5 Persian Blue

📋 copy color: '#193EE5'

red 25 ◦ green 62 ◦ blue 229

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

Shades of Persian Blue #193EE5

Tints of Persian Blue #193EE5

RGB

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

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

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

R = 7.91%
G = 19.62%
B = 72.47%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#193EE5 (or 0x193EE5) is known color: Persian Blue. HEX triplet: 19, 3E and E5. RGB value is (25,62,229). Sum of RGB (Red+Green+Blue) = 25+62+229=316 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.91% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 229 (89.84% from 255 or 72.47% from 316); Max value from RGB is 229 - color contains mainly: blue. Hex color #193EE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193EE5 is #E6C11A. Grayscale: #454545. Windows color (decimal): -15122715 or 15023641. OLE color: 15023641.

HSL color Cylindrical-coordinate representation of color #193EE5: hue angle of 229.12º 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 #193EE5 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 25 62 229 -
CMYK 0.89 0.73 0 0.10
HSL 229.12º 0.8% 0.5% -
HSV(B) 229.12º 0.89% 0.9% -
XYZ 16.27 9.31 75.07 -
YUV 69.98 217.74 95.92 -
System Red Green Blue C M Y K H S L
Decimal 25 62 229 0.89 0.73 0 0.10 229.12 0.8 0.5
Hex 19 3E E5 59 49 0 A E5 50 32
Octal 31 76 345 131 111 0 12 345 120 62
Binary 11001 111110 11100101 1011001 1001001 0 1010 11100101 1010000 110010

Color Harmonies of #193EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193EE5

Black with #193EE5

Text Example


Text Example

White with #193EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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