Html Css Color HEX #193AF3 Persian Blue

📋 copy color: '#193AF3'

red 25 ◦ green 58 ◦ blue 243

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

Shades of Persian Blue #193AF3

Tints of Persian Blue #193AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 74.54%

R = 7.67%
G = 17.79%
B = 74.54%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#193AF3 (or 0x193AF3) is known color: Persian Blue. HEX triplet: 19, 3A and F3. RGB value is (25,58,243). Sum of RGB (Red+Green+Blue) = 25+58+243=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 243 (95.31% from 255 or 74.54% from 326); Max value from RGB is 243 - color contains mainly: blue. Hex color #193AF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193AF3 is #E6C50C. Grayscale: #444444. Windows color (decimal): -15123725 or 15940121. OLE color: 15940121.

HSL color Cylindrical-coordinate representation of color #193AF3: hue angle of 230.92º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #193AF3 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 25 58 243 -
CMYK 0.90 0.76 0 0.05
HSL 230.92º 0.9% 0.53% -
HSV(B) 230.92º 0.9% 0.95% -
XYZ 18.09 9.7 85.71 -
YUV 69.22 226.07 96.46 -
System Red Green Blue C M Y K H S L
Decimal 25 58 243 0.90 0.76 0 0.05 230.92 0.9 0.53
Hex 19 3A F3 5A 4C 0 5 E7 5A 35
Octal 31 72 363 132 114 0 5 347 132 65
Binary 11001 111010 11110011 1011010 1001100 0 101 11100111 1011010 110101

Color Harmonies of #193AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193AF3

Black with #193AF3

Text Example


Text Example

White with #193AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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