Html Css Color HEX #193DDD Persian Blue

📋 copy color: '#193DDD'

red 25 ◦ green 61 ◦ blue 221

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

Shades of Persian Blue #193DDD

Tints of Persian Blue #193DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 71.99%

R = 8.14%
G = 19.87%
B = 71.99%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#193DDD (or 0x193DDD) is known color: Persian Blue. HEX triplet: 19, 3D and DD. RGB value is (25,61,221). Sum of RGB (Red+Green+Blue) = 25+61+221=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #193DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193DDD is #E6C222. Grayscale: #434343. Windows color (decimal): -15122979 or 14499097. OLE color: 14499097.

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

Color convert

RGB 25 61 221 -
CMYK 0.89 0.72 0 0.13
HSL 228.98º 0.8% 0.48% -
HSV(B) 228.98º 0.89% 0.87% -
XYZ 15.12 8.76 69.3 -
YUV 68.48 214.07 96.99 -
System Red Green Blue C M Y K H S L
Decimal 25 61 221 0.89 0.72 0 0.13 228.98 0.8 0.48
Hex 19 3D DD 59 48 0 D E5 50 30
Octal 31 75 335 131 110 0 15 345 120 60
Binary 11001 111101 11011101 1011001 1001000 0 1101 11100101 1010000 110000

Color Harmonies of #193DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193DDD

Black with #193DDD

Text Example


Text Example

White with #193DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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