Html Css Color HEX #193FCD Persian Blue

📋 copy color: '#193FCD'

red 25 ◦ green 63 ◦ blue 205

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

Shades of Persian Blue #193FCD

Tints of Persian Blue #193FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 69.97%

R = 8.53%
G = 21.5%
B = 69.97%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#193FCD (or 0x193FCD) is known color: Persian Blue. HEX triplet: 19, 3F and CD. RGB value is (25,63,205). Sum of RGB (Red+Green+Blue) = 25+63+205=293 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.53% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 205 (80.47% from 255 or 69.97% from 293); Max value from RGB is 205 - color contains mainly: blue. Hex color #193FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193FCD is #E6C032. Grayscale: #434343. Windows color (decimal): -15122483 or 13451033. OLE color: 13451033.

HSL color Cylindrical-coordinate representation of color #193FCD: hue angle of 227.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #193FCD is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 63 205 -
CMYK 0.88 0.69 0 0.20
HSL 227.33º 0.78% 0.45% -
HSV(B) 227.33º 0.88% 0.8% -
XYZ 13.2 8.17 58.64 -
YUV 67.83 205.41 97.45 -
System Red Green Blue C M Y K H S L
Decimal 25 63 205 0.88 0.69 0 0.20 227.33 0.78 0.45
Hex 19 3F CD 58 45 0 14 E3 4E 2D
Octal 31 77 315 130 105 0 24 343 116 55
Binary 11001 111111 11001101 1011000 1000101 0 10100 11100011 1001110 101101

Color Harmonies of #193FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193FCD

Black with #193FCD

Text Example


Text Example

White with #193FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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