Html Css Color HEX #193FBA Persian Blue

📋 copy color: '#193FBA'

red 25 ◦ green 63 ◦ blue 186

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

Shades of Persian Blue #193FBA

Tints of Persian Blue #193FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 67.88%

R = 9.12%
G = 22.99%
B = 67.88%

CMYK

 C value IS 0.87

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#193FBA (or 0x193FBA) is known color: Persian Blue. HEX triplet: 19, 3F and BA. RGB value is (25,63,186). Sum of RGB (Red+Green+Blue) = 25+63+186=274 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.12% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 186 (73.05% from 255 or 67.88% from 274); Max value from RGB is 186 - color contains mainly: blue. Hex color #193FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193FBA is #E6C045. Grayscale: #414141. Windows color (decimal): -15122502 or 12205849. OLE color: 12205849.

HSL color Cylindrical-coordinate representation of color #193FBA: hue angle of 225.84º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #193FBA is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 63 186 -
CMYK 0.87 0.66 0 0.27
HSL 225.84º 0.76% 0.41% -
HSV(B) 225.84º 0.87% 0.73% -
XYZ 11.04 7.31 47.28 -
YUV 65.66 195.91 99 -
System Red Green Blue C M Y K H S L
Decimal 25 63 186 0.87 0.66 0 0.27 225.84 0.76 0.41
Hex 19 3F BA 57 42 0 1B E2 4C 29
Octal 31 77 272 127 102 0 33 342 114 51
Binary 11001 111111 10111010 1010111 1000010 0 11011 11100010 1001100 101001

Color Harmonies of #193FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193FBA

Black with #193FBA

Text Example


Text Example

White with #193FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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