Html Css Color HEX #193FBF Persian Blue

📋 copy color: '#193FBF'

red 25 ◦ green 63 ◦ blue 191

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

Shades of Persian Blue #193FBF

Tints of Persian Blue #193FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 68.46%

R = 8.96%
G = 22.58%
B = 68.46%

CMYK

 C value IS 0.87

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#193FBF (or 0x193FBF) is known color: Persian Blue. HEX triplet: 19, 3F and BF. RGB value is (25,63,191). Sum of RGB (Red+Green+Blue) = 25+63+191=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 191 (75% from 255 or 68.46% from 279); Max value from RGB is 191 - color contains mainly: blue. Hex color #193FBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193FBF is #E6C040. Grayscale: #414141. Windows color (decimal): -15122497 or 12533529. OLE color: 12533529.

HSL color Cylindrical-coordinate representation of color #193FBF: hue angle of 226.27º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #193FBF is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 25 63 191 -
CMYK 0.87 0.67 0 0.25
HSL 226.27º 0.77% 0.42% -
HSV(B) 226.27º 0.87% 0.75% -
XYZ 11.58 7.52 50.13 -
YUV 66.23 198.41 98.59 -
System Red Green Blue C M Y K H S L
Decimal 25 63 191 0.87 0.67 0 0.25 226.27 0.77 0.42
Hex 19 3F BF 57 43 0 19 E2 4D 2A
Octal 31 77 277 127 103 0 31 342 115 52
Binary 11001 111111 10111111 1010111 1000011 0 11001 11100010 1001101 101010

Color Harmonies of #193FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193FBF

Black with #193FBF

Text Example


Text Example

White with #193FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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