Html Css Color HEX #193ABF Persian Blue

📋 copy color: '#193ABF'

red 25 ◦ green 58 ◦ blue 191

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

Shades of Persian Blue #193ABF

Tints of Persian Blue #193ABF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.17%

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

R = 9.12%
G = 21.17%
B = 69.71%

CMYK

 C value IS 0.87

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#193ABF (or 0x193ABF) is known color: Persian Blue. HEX triplet: 19, 3A and BF. RGB value is (25,58,191). Sum of RGB (Red+Green+Blue) = 25+58+191=274 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.12% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 191 (75% from 255 or 69.71% from 274); Max value from RGB is 191 - color contains mainly: blue. Hex color #193ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193ABF is #E6C540. Grayscale: #3E3E3E. Windows color (decimal): -15123777 or 12532249. OLE color: 12532249.

HSL color Cylindrical-coordinate representation of color #193ABF: hue angle of 228.07º 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 #193ABF is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 25 58 191 -
CMYK 0.87 0.70 0 0.25
HSL 228.07º 0.77% 0.42% -
HSV(B) 228.07º 0.87% 0.75% -
XYZ 11.32 6.99 50.04 -
YUV 63.3 200.07 100.69 -
System Red Green Blue C M Y K H S L
Decimal 25 58 191 0.87 0.70 0 0.25 228.07 0.77 0.42
Hex 19 3A BF 57 46 0 19 E4 4D 2A
Octal 31 72 277 127 106 0 31 344 115 52
Binary 11001 111010 10111111 1010111 1000110 0 11001 11100100 1001101 101010

Color Harmonies of #193ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193ABF

Black with #193ABF

Text Example


Text Example

White with #193ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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