Html Css Color HEX #193FD7 Persian Blue

📋 copy color: '#193FD7'

red 25 ◦ green 63 ◦ blue 215

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

Shades of Persian Blue #193FD7

Tints of Persian Blue #193FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 70.96%

R = 8.25%
G = 20.79%
B = 70.96%

CMYK

 C value IS 0.88

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#193FD7 (or 0x193FD7) is known color: Persian Blue. HEX triplet: 19, 3F and D7. RGB value is (25,63,215). Sum of RGB (Red+Green+Blue) = 25+63+215=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 215 (84.38% from 255 or 70.96% from 303); Max value from RGB is 215 - color contains mainly: blue. Hex color #193FD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193FD7 is #E6C028. Grayscale: #444444. Windows color (decimal): -15122473 or 14106393. OLE color: 14106393.

HSL color Cylindrical-coordinate representation of color #193FD7: hue angle of 228º 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 #193FD7 is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 25 63 215 -
CMYK 0.88 0.71 0 0.16
HSL 228º 0.79% 0.47% -
HSV(B) 228º 0.88% 0.84% -
XYZ 14.44 8.67 65.2 -
YUV 68.97 210.41 96.64 -
System Red Green Blue C M Y K H S L
Decimal 25 63 215 0.88 0.71 0 0.16 228 0.79 0.47
Hex 19 3F D7 58 47 0 10 E4 4F 2F
Octal 31 77 327 130 107 0 20 344 117 57
Binary 11001 111111 11010111 1011000 1000111 0 10000 11100100 1001111 101111

Color Harmonies of #193FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193FD7

Black with #193FD7

Text Example


Text Example

White with #193FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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