Html Css Color HEX #193FD9 Persian Blue

📋 copy color: '#193FD9'

red 25 ◦ green 63 ◦ blue 217

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

Shades of Persian Blue #193FD9

Tints of Persian Blue #193FD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 71.15%

R = 8.2%
G = 20.66%
B = 71.15%

CMYK

 C value IS 0.88

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#193FD9 (or 0x193FD9) is known color: Persian Blue. HEX triplet: 19, 3F and D9. RGB value is (25,63,217). Sum of RGB (Red+Green+Blue) = 25+63+217=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 217 (85.16% from 255 or 71.15% from 305); Max value from RGB is 217 - color contains mainly: blue. Hex color #193FD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193FD9 is #E6C026. Grayscale: #444444. Windows color (decimal): -15122471 or 14237465. OLE color: 14237465.

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

Color convert

RGB 25 63 217 -
CMYK 0.88 0.71 0 0.15
HSL 228.13º 0.79% 0.47% -
HSV(B) 228.13º 0.88% 0.85% -
XYZ 14.7 8.77 66.56 -
YUV 69.19 211.41 96.48 -
System Red Green Blue C M Y K H S L
Decimal 25 63 217 0.88 0.71 0 0.15 228.13 0.79 0.47
Hex 19 3F D9 58 47 0 F E4 4F 2F
Octal 31 77 331 130 107 0 17 344 117 57
Binary 11001 111111 11011001 1011000 1000111 0 1111 11100100 1001111 101111

Color Harmonies of #193FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193FD9

Black with #193FD9

Text Example


Text Example

White with #193FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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