Html Css Color HEX #193DE1 Persian Blue

📋 copy color: '#193DE1'

red 25 ◦ green 61 ◦ blue 225

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

Shades of Persian Blue #193DE1

Tints of Persian Blue #193DE1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.61%

 BLUE value IS 225 (88.28% from 255) = 72.35%

R = 8.04%
G = 19.61%
B = 72.35%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#193DE1 (or 0x193DE1) is known color: Persian Blue. HEX triplet: 19, 3D and E1. RGB value is (25,61,225). Sum of RGB (Red+Green+Blue) = 25+61+225=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 225 (88.28% from 255 or 72.35% from 311); Max value from RGB is 225 - color contains mainly: blue. Hex color #193DE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193DE1 is #E6C21E. Grayscale: #444444. Windows color (decimal): -15122975 or 14761241. OLE color: 14761241.

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

Color convert

RGB 25 61 225 -
CMYK 0.89 0.73 0 0.12
HSL 229.2º 0.8% 0.49% -
HSV(B) 229.2º 0.89% 0.88% -
XYZ 15.66 8.98 72.14 -
YUV 68.93 216.07 96.66 -
System Red Green Blue C M Y K H S L
Decimal 25 61 225 0.89 0.73 0 0.12 229.2 0.8 0.49
Hex 19 3D E1 59 49 0 C E5 50 31
Octal 31 75 341 131 111 0 14 345 120 61
Binary 11001 111101 11100001 1011001 1001001 0 1100 11100101 1010000 110001

Color Harmonies of #193DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193DE1

Black with #193DE1

Text Example


Text Example

White with #193DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,61,225); }

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

background-color css

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

 a { background-color: rgb(25,61,225); }

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

border-color css

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

 span { border-color: rgb(25,61,225); }

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