Html Css Color HEX #193FD5 Persian Blue

📋 copy color: '#193FD5'

red 25 ◦ green 63 ◦ blue 213

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

Shades of Persian Blue #193FD5

Tints of Persian Blue #193FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 70.76%

R = 8.31%
G = 20.93%
B = 70.76%

CMYK

 C value IS 0.88

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#193FD5 (or 0x193FD5) is known color: Persian Blue. HEX triplet: 19, 3F and D5. RGB value is (25,63,213). Sum of RGB (Red+Green+Blue) = 25+63+213=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 213 (83.59% from 255 or 70.76% from 301); Max value from RGB is 213 - color contains mainly: blue. Hex color #193FD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193FD5 is #E6C02A. Grayscale: #444444. Windows color (decimal): -15122475 or 13975321. OLE color: 13975321.

HSL color Cylindrical-coordinate representation of color #193FD5: hue angle of 227.87º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #193FD5 is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 25 63 213 -
CMYK 0.88 0.70 0 0.16
HSL 227.87º 0.79% 0.47% -
HSV(B) 227.87º 0.88% 0.84% -
XYZ 14.19 8.57 63.86 -
YUV 68.74 209.41 96.8 -
System Red Green Blue C M Y K H S L
Decimal 25 63 213 0.88 0.70 0 0.16 227.87 0.79 0.47
Hex 19 3F D5 58 46 0 10 E4 4F 2F
Octal 31 77 325 130 106 0 20 344 117 57
Binary 11001 111111 11010101 1011000 1000110 0 10000 11100100 1001111 101111

Color Harmonies of #193FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193FD5

Black with #193FD5

Text Example


Text Example

White with #193FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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