Html Css Color HEX #193FE7 Persian Blue

📋 copy color: '#193FE7'

red 25 ◦ green 63 ◦ blue 231

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

Shades of Persian Blue #193FE7

Tints of Persian Blue #193FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 72.41%

R = 7.84%
G = 19.75%
B = 72.41%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#193FE7 (or 0x193FE7) is known color: Persian Blue. HEX triplet: 19, 3F and E7. RGB value is (25,63,231). Sum of RGB (Red+Green+Blue) = 25+63+231=319 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.84% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 231 (90.62% from 255 or 72.41% from 319); Max value from RGB is 231 - color contains mainly: blue. Hex color #193FE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193FE7 is #E6C018. Grayscale: #464646. Windows color (decimal): -15122457 or 15154969. OLE color: 15154969.

HSL color Cylindrical-coordinate representation of color #193FE7: hue angle of 228.93º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #193FE7 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 25 63 231 -
CMYK 0.89 0.73 0 0.09
HSL 228.93º 0.81% 0.5% -
HSV(B) 228.93º 0.89% 0.91% -
XYZ 16.6 9.53 76.57 -
YUV 70.79 218.41 95.34 -
System Red Green Blue C M Y K H S L
Decimal 25 63 231 0.89 0.73 0 0.09 228.93 0.81 0.5
Hex 19 3F E7 59 49 0 9 E5 51 32
Octal 31 77 347 131 111 0 11 345 121 62
Binary 11001 111111 11100111 1011001 1001001 0 1001 11100101 1010001 110010

Color Harmonies of #193FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193FE7

Black with #193FE7

Text Example


Text Example

White with #193FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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