Html Css Color HEX #193FB5 Persian Blue

📋 copy color: '#193FB5'

red 25 ◦ green 63 ◦ blue 181

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

Shades of Persian Blue #193FB5

Tints of Persian Blue #193FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 67.29%

R = 9.29%
G = 23.42%
B = 67.29%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#193FB5 (or 0x193FB5) is known color: Persian Blue. HEX triplet: 19, 3F and B5. RGB value is (25,63,181). Sum of RGB (Red+Green+Blue) = 25+63+181=269 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.29% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 181 (71.09% from 255 or 67.29% from 269); Max value from RGB is 181 - color contains mainly: blue. Hex color #193FB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193FB5 is #E6C04A. Grayscale: #404040. Windows color (decimal): -15122507 or 11878169. OLE color: 11878169.

HSL color Cylindrical-coordinate representation of color #193FB5: hue angle of 225.38º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #193FB5 is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 25 63 181 -
CMYK 0.86 0.65 0 0.29
HSL 225.38º 0.76% 0.4% -
HSV(B) 225.38º 0.86% 0.71% -
XYZ 10.52 7.1 44.53 -
YUV 65.09 193.41 99.41 -
System Red Green Blue C M Y K H S L
Decimal 25 63 181 0.86 0.65 0 0.29 225.38 0.76 0.4
Hex 19 3F B5 56 41 0 1D E1 4C 28
Octal 31 77 265 126 101 0 35 341 114 50
Binary 11001 111111 10110101 1010110 1000001 0 11101 11100001 1001100 101000

Color Harmonies of #193FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193FB5

Black with #193FB5

Text Example


Text Example

White with #193FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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