Html Css Color HEX #193DDF Persian Blue

📋 copy color: '#193DDF'

red 25 ◦ green 61 ◦ blue 223

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

Shades of Persian Blue #193DDF

Tints of Persian Blue #193DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 72.17%

R = 8.09%
G = 19.74%
B = 72.17%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#193DDF (or 0x193DDF) is known color: Persian Blue. HEX triplet: 19, 3D and DF. RGB value is (25,61,223). Sum of RGB (Red+Green+Blue) = 25+61+223=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 223 (87.5% from 255 or 72.17% from 309); Max value from RGB is 223 - color contains mainly: blue. Hex color #193DDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193DDF is #E6C220. Grayscale: #444444. Windows color (decimal): -15122977 or 14630169. OLE color: 14630169.

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

Color convert

RGB 25 61 223 -
CMYK 0.89 0.73 0 0.13
HSL 229.09º 0.8% 0.49% -
HSV(B) 229.09º 0.89% 0.87% -
XYZ 15.39 8.87 70.71 -
YUV 68.7 215.07 96.83 -
System Red Green Blue C M Y K H S L
Decimal 25 61 223 0.89 0.73 0 0.13 229.09 0.8 0.49
Hex 19 3D DF 59 49 0 D E5 50 31
Octal 31 75 337 131 111 0 15 345 120 61
Binary 11001 111101 11011111 1011001 1001001 0 1101 11100101 1010000 110001

Color Harmonies of #193DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193DDF

Black with #193DDF

Text Example


Text Example

White with #193DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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