Html Css Color HEX #193FCF Persian Blue

📋 copy color: '#193FCF'

red 25 ◦ green 63 ◦ blue 207

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

Shades of Persian Blue #193FCF

Tints of Persian Blue #193FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 70.17%

R = 8.47%
G = 21.36%
B = 70.17%

CMYK

 C value IS 0.88

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#193FCF (or 0x193FCF) is known color: Persian Blue. HEX triplet: 19, 3F and CF. RGB value is (25,63,207). Sum of RGB (Red+Green+Blue) = 25+63+207=295 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.47% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 207 (81.25% from 255 or 70.17% from 295); Max value from RGB is 207 - color contains mainly: blue. Hex color #193FCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193FCF is #E6C030. Grayscale: #434343. Windows color (decimal): -15122481 or 13582105. OLE color: 13582105.

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

Color convert

RGB 25 63 207 -
CMYK 0.88 0.70 0 0.19
HSL 227.47º 0.78% 0.45% -
HSV(B) 227.47º 0.88% 0.81% -
XYZ 13.44 8.27 59.92 -
YUV 68.05 206.41 97.29 -
System Red Green Blue C M Y K H S L
Decimal 25 63 207 0.88 0.70 0 0.19 227.47 0.78 0.45
Hex 19 3F CF 58 46 0 13 E3 4E 2D
Octal 31 77 317 130 106 0 23 343 116 55
Binary 11001 111111 11001111 1011000 1000110 0 10011 11100011 1001110 101101

Color Harmonies of #193FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193FCF

Black with #193FCF

Text Example


Text Example

White with #193FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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