Html Css Color HEX #193BDB Persian Blue

📋 copy color: '#193BDB'

red 25 ◦ green 59 ◦ blue 219

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

Shades of Persian Blue #193BDB

Tints of Persian Blue #193BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.47%

 BLUE value IS 219 (85.94% from 255) = 72.28%

R = 8.25%
G = 19.47%
B = 72.28%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#193BDB (or 0x193BDB) is known color: Persian Blue. HEX triplet: 19, 3B and DB. RGB value is (25,59,219). Sum of RGB (Red+Green+Blue) = 25+59+219=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 219 (85.94% from 255 or 72.28% from 303); Max value from RGB is 219 - color contains mainly: blue. Hex color #193BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193BDB is #E6C424. Grayscale: #424242. Windows color (decimal): -15123493 or 14367513. OLE color: 14367513.

HSL color Cylindrical-coordinate representation of color #193BDB: hue angle of 229.48º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #193BDB is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 25 59 219 -
CMYK 0.89 0.73 0 0.14
HSL 229.48º 0.8% 0.48% -
HSV(B) 229.48º 0.89% 0.86% -
XYZ 14.75 8.45 67.87 -
YUV 67.07 213.74 97.99 -
System Red Green Blue C M Y K H S L
Decimal 25 59 219 0.89 0.73 0 0.14 229.48 0.8 0.48
Hex 19 3B DB 59 49 0 E E5 50 30
Octal 31 73 333 131 111 0 16 345 120 60
Binary 11001 111011 11011011 1011001 1001001 0 1110 11100101 1010000 110000

Color Harmonies of #193BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193BDB

Black with #193BDB

Text Example


Text Example

White with #193BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,59,219); }

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

background-color css

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

 a { background-color: rgb(25,59,219); }

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

border-color css

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

 span { border-color: rgb(25,59,219); }

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