Html Css Color HEX #193DBF Persian Blue

📋 copy color: '#193DBF'

red 25 ◦ green 61 ◦ blue 191

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

Shades of Persian Blue #193DBF

Tints of Persian Blue #193DBF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.02%

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

R = 9.03%
G = 22.02%
B = 68.95%

CMYK

 C value IS 0.87

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#193DBF (or 0x193DBF) is known color: Persian Blue. HEX triplet: 19, 3D and BF. RGB value is (25,61,191). Sum of RGB (Red+Green+Blue) = 25+61+191=277 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.03% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 191 (75% from 255 or 68.95% from 277); Max value from RGB is 191 - color contains mainly: blue. Hex color #193DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193DBF is #E6C240. Grayscale: #404040. Windows color (decimal): -15123009 or 12533017. OLE color: 12533017.

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

Color convert

RGB 25 61 191 -
CMYK 0.87 0.68 0 0.25
HSL 226.99º 0.77% 0.42% -
HSV(B) 226.99º 0.87% 0.75% -
XYZ 11.47 7.31 50.1 -
YUV 65.06 199.07 99.43 -
System Red Green Blue C M Y K H S L
Decimal 25 61 191 0.87 0.68 0 0.25 226.99 0.77 0.42
Hex 19 3D BF 57 44 0 19 E3 4D 2A
Octal 31 75 277 127 104 0 31 343 115 52
Binary 11001 111101 10111111 1010111 1000100 0 11001 11100011 1001101 101010

Color Harmonies of #193DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193DBF

Black with #193DBF

Text Example


Text Example

White with #193DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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