Html Css Color HEX #193FCE Persian Blue

📋 copy color: '#193FCE'

red 25 ◦ green 63 ◦ blue 206

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

Shades of Persian Blue #193FCE

Tints of Persian Blue #193FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 70.07%

R = 8.5%
G = 21.43%
B = 70.07%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#193FCE (or 0x193FCE) is known color: Persian Blue. HEX triplet: 19, 3F and CE. RGB value is (25,63,206). Sum of RGB (Red+Green+Blue) = 25+63+206=294 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.50% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 206 (80.86% from 255 or 70.07% from 294); Max value from RGB is 206 - color contains mainly: blue. Hex color #193FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193FCE is #E6C031. Grayscale: #434343. Windows color (decimal): -15122482 or 13516569. OLE color: 13516569.

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

Color convert

RGB 25 63 206 -
CMYK 0.88 0.69 0 0.19
HSL 227.4º 0.78% 0.45% -
HSV(B) 227.4º 0.88% 0.81% -
XYZ 13.32 8.22 59.28 -
YUV 67.94 205.91 97.37 -
System Red Green Blue C M Y K H S L
Decimal 25 63 206 0.88 0.69 0 0.19 227.4 0.78 0.45
Hex 19 3F CE 58 45 0 13 E3 4E 2D
Octal 31 77 316 130 105 0 23 343 116 55
Binary 11001 111111 11001110 1011000 1000101 0 10011 11100011 1001110 101101

Color Harmonies of #193FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193FCE

Black with #193FCE

Text Example


Text Example

White with #193FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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