Html Css Color HEX #193FDC Persian Blue

📋 copy color: '#193FDC'

red 25 ◦ green 63 ◦ blue 220

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

Shades of Persian Blue #193FDC

Tints of Persian Blue #193FDC

RGB

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

 GREEN value IS 63 (25% from 255) = 20.45%

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

R = 8.12%
G = 20.45%
B = 71.43%

CMYK

 C value IS 0.89

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#193FDC (or 0x193FDC) is known color: Persian Blue. HEX triplet: 19, 3F and DC. RGB value is (25,63,220). Sum of RGB (Red+Green+Blue) = 25+63+220=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 220 (86.33% from 255 or 71.43% from 308); Max value from RGB is 220 - color contains mainly: blue. Hex color #193FDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193FDC is #E6C023. Grayscale: #444444. Windows color (decimal): -15122468 or 14434073. OLE color: 14434073.

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

Color convert

RGB 25 63 220 -
CMYK 0.89 0.71 0 0.14
HSL 228.31º 0.8% 0.48% -
HSV(B) 228.31º 0.89% 0.86% -
XYZ 15.1 8.93 68.64 -
YUV 69.54 212.91 96.23 -
System Red Green Blue C M Y K H S L
Decimal 25 63 220 0.89 0.71 0 0.14 228.31 0.8 0.48
Hex 19 3F DC 59 47 0 E E4 50 30
Octal 31 77 334 131 107 0 16 344 120 60
Binary 11001 111111 11011100 1011001 1000111 0 1110 11100100 1010000 110000

Color Harmonies of #193FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193FDC

Black with #193FDC

Text Example


Text Example

White with #193FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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