Html Css Color HEX #193ADD Persian Blue

📋 copy color: '#193ADD'

red 25 ◦ green 58 ◦ blue 221

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

Shades of Persian Blue #193ADD

Tints of Persian Blue #193ADD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.08%

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

R = 8.22%
G = 19.08%
B = 72.7%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#193ADD (or 0x193ADD) is known color: Persian Blue. HEX triplet: 19, 3A and DD. RGB value is (25,58,221). Sum of RGB (Red+Green+Blue) = 25+58+221=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 221 (86.72% from 255 or 72.70% from 304); Max value from RGB is 221 - color contains mainly: blue. Hex color #193ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193ADD is #E6C522. Grayscale: #424242. Windows color (decimal): -15123747 or 14498329. OLE color: 14498329.

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

Color convert

RGB 25 58 221 -
CMYK 0.89 0.74 0 0.13
HSL 229.9º 0.8% 0.48% -
HSV(B) 229.9º 0.89% 0.87% -
XYZ 14.97 8.45 69.25 -
YUV 66.72 215.07 98.25 -
System Red Green Blue C M Y K H S L
Decimal 25 58 221 0.89 0.74 0 0.13 229.9 0.8 0.48
Hex 19 3A DD 59 4A 0 D E6 50 30
Octal 31 72 335 131 112 0 15 346 120 60
Binary 11001 111010 11011101 1011001 1001010 0 1101 11100110 1010000 110000

Color Harmonies of #193ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193ADD

Black with #193ADD

Text Example


Text Example

White with #193ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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