Html Css Color HEX #193FD6 Persian Blue

📋 copy color: '#193FD6'

red 25 ◦ green 63 ◦ blue 214

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

Shades of Persian Blue #193FD6

Tints of Persian Blue #193FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 70.86%

R = 8.28%
G = 20.86%
B = 70.86%

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

#193FD6 (or 0x193FD6) is known color: Persian Blue. HEX triplet: 19, 3F and D6. RGB value is (25,63,214). Sum of RGB (Red+Green+Blue) = 25+63+214=302 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.28% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 214 (83.98% from 255 or 70.86% from 302); Max value from RGB is 214 - color contains mainly: blue. Hex color #193FD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193FD6 is #E6C029. Grayscale: #444444. Windows color (decimal): -15122474 or 14040857. OLE color: 14040857.

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

Color convert

RGB 25 63 214 -
CMYK 0.88 0.71 0 0.16
HSL 227.94º 0.79% 0.47% -
HSV(B) 227.94º 0.88% 0.84% -
XYZ 14.32 8.62 64.53 -
YUV 68.85 209.91 96.72 -
System Red Green Blue C M Y K H S L
Decimal 25 63 214 0.88 0.71 0 0.16 227.94 0.79 0.47
Hex 19 3F D6 58 47 0 10 E4 4F 2F
Octal 31 77 326 130 107 0 20 344 117 57
Binary 11001 111111 11010110 1011000 1000111 0 10000 11100100 1001111 101111

Color Harmonies of #193FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193FD6

Black with #193FD6

Text Example


Text Example

White with #193FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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