Html Css Color HEX #193DCF Persian Blue

📋 copy color: '#193DCF'

red 25 ◦ green 61 ◦ blue 207

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

Shades of Persian Blue #193DCF

Tints of Persian Blue #193DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 70.65%

R = 8.53%
G = 20.82%
B = 70.65%

CMYK

 C value IS 0.88

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#193DCF (or 0x193DCF) is known color: Persian Blue. HEX triplet: 19, 3D and CF. RGB value is (25,61,207). Sum of RGB (Red+Green+Blue) = 25+61+207=293 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.53% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 207 (81.25% from 255 or 70.65% from 293); Max value from RGB is 207 - color contains mainly: blue. Hex color #193DCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193DCF is #E6C230. Grayscale: #424242. Windows color (decimal): -15122993 or 13581593. OLE color: 13581593.

HSL color Cylindrical-coordinate representation of color #193DCF: hue angle of 228.13º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #193DCF is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 25 61 207 -
CMYK 0.88 0.71 0 0.19
HSL 228.13º 0.78% 0.45% -
HSV(B) 228.13º 0.88% 0.81% -
XYZ 13.33 8.05 59.88 -
YUV 66.88 207.07 98.13 -
System Red Green Blue C M Y K H S L
Decimal 25 61 207 0.88 0.71 0 0.19 228.13 0.78 0.45
Hex 19 3D CF 58 47 0 13 E4 4E 2D
Octal 31 75 317 130 107 0 23 344 116 55
Binary 11001 111101 11001111 1011000 1000111 0 10011 11100100 1001110 101101

Color Harmonies of #193DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193DCF

Black with #193DCF

Text Example


Text Example

White with #193DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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