Html Css Color HEX #193FDD Persian Blue

📋 copy color: '#193FDD'

red 25 ◦ green 63 ◦ blue 221

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

Shades of Persian Blue #193FDD

Tints of Persian Blue #193FDD

RGB

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

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

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

R = 8.09%
G = 20.39%
B = 71.52%

CMYK

 C value IS 0.89

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#193FDD (or 0x193FDD) is known color: Persian Blue. HEX triplet: 19, 3F and DD. RGB value is (25,63,221). Sum of RGB (Red+Green+Blue) = 25+63+221=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 221 (86.72% from 255 or 71.52% from 309); Max value from RGB is 221 - color contains mainly: blue. Hex color #193FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193FDD is #E6C022. Grayscale: #444444. Windows color (decimal): -15122467 or 14499609. OLE color: 14499609.

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

Color convert

RGB 25 63 221 -
CMYK 0.89 0.71 0 0.13
HSL 228.37º 0.8% 0.48% -
HSV(B) 228.37º 0.89% 0.87% -
XYZ 15.23 8.98 69.34 -
YUV 69.65 213.41 96.15 -
System Red Green Blue C M Y K H S L
Decimal 25 63 221 0.89 0.71 0 0.13 228.37 0.8 0.48
Hex 19 3F DD 59 47 0 D E4 50 30
Octal 31 77 335 131 107 0 15 344 120 60
Binary 11001 111111 11011101 1011001 1000111 0 1101 11100100 1010000 110000

Color Harmonies of #193FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193FDD

Black with #193FDD

Text Example


Text Example

White with #193FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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