Html Css Color HEX #193DDB Persian Blue

📋 copy color: '#193DDB'

red 25 ◦ green 61 ◦ blue 219

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

Shades of Persian Blue #193DDB

Tints of Persian Blue #193DDB

RGB

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

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

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

R = 8.2%
G = 20%
B = 71.8%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#193DDB (or 0x193DDB) is known color: Persian Blue. HEX triplet: 19, 3D and DB. RGB value is (25,61,219). Sum of RGB (Red+Green+Blue) = 25+61+219=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 219 (85.94% from 255 or 71.80% from 305); Max value from RGB is 219 - color contains mainly: blue. Hex color #193DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193DDB is #E6C224. Grayscale: #434343. Windows color (decimal): -15122981 or 14368025. OLE color: 14368025.

HSL color Cylindrical-coordinate representation of color #193DDB: hue angle of 228.87º 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 #193DDB is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 25 61 219 -
CMYK 0.89 0.72 0 0.14
HSL 228.87º 0.8% 0.48% -
HSV(B) 228.87º 0.89% 0.86% -
XYZ 14.86 8.66 67.91 -
YUV 68.25 213.07 97.15 -
System Red Green Blue C M Y K H S L
Decimal 25 61 219 0.89 0.72 0 0.14 228.87 0.8 0.48
Hex 19 3D DB 59 48 0 E E5 50 30
Octal 31 75 333 131 110 0 16 345 120 60
Binary 11001 111101 11011011 1011001 1001000 0 1110 11100101 1010000 110000

Color Harmonies of #193DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193DDB

Black with #193DDB

Text Example


Text Example

White with #193DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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