Html Css Color HEX #193ADC Persian Blue

📋 copy color: '#193ADC'

red 25 ◦ green 58 ◦ blue 220

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

Shades of Persian Blue #193ADC

Tints of Persian Blue #193ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 72.61%

R = 8.25%
G = 19.14%
B = 72.61%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#193ADC (or 0x193ADC) is known color: Persian Blue. HEX triplet: 19, 3A and DC. RGB value is (25,58,220). Sum of RGB (Red+Green+Blue) = 25+58+220=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 220 (86.33% from 255 or 72.61% from 303); Max value from RGB is 220 - color contains mainly: blue. Hex color #193ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193ADC is #E6C523. Grayscale: #414141. Windows color (decimal): -15123748 or 14432793. OLE color: 14432793.

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

Color convert

RGB 25 58 220 -
CMYK 0.89 0.74 0 0.14
HSL 229.85º 0.8% 0.48% -
HSV(B) 229.85º 0.89% 0.86% -
XYZ 14.83 8.4 68.55 -
YUV 66.6 214.57 98.33 -
System Red Green Blue C M Y K H S L
Decimal 25 58 220 0.89 0.74 0 0.14 229.85 0.8 0.48
Hex 19 3A DC 59 4A 0 E E6 50 30
Octal 31 72 334 131 112 0 16 346 120 60
Binary 11001 111010 11011100 1011001 1001010 0 1110 11100110 1010000 110000

Color Harmonies of #193ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193ADC

Black with #193ADC

Text Example


Text Example

White with #193ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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