Html Css Color HEX #193DC9 Persian Blue

📋 copy color: '#193DC9'

red 25 ◦ green 61 ◦ blue 201

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

Shades of Persian Blue #193DC9

Tints of Persian Blue #193DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 70.03%

R = 8.71%
G = 21.25%
B = 70.03%

CMYK

 C value IS 0.88

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#193DC9 (or 0x193DC9) is known color: Persian Blue. HEX triplet: 19, 3D and C9. RGB value is (25,61,201). Sum of RGB (Red+Green+Blue) = 25+61+201=287 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.71% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 201 (78.91% from 255 or 70.03% from 287); Max value from RGB is 201 - color contains mainly: blue. Hex color #193DC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193DC9 is #E6C236. Grayscale: #414141. Windows color (decimal): -15122999 or 13188377. OLE color: 13188377.

HSL color Cylindrical-coordinate representation of color #193DC9: hue angle of 227.73º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #193DC9 is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 25 61 201 -
CMYK 0.88 0.70 0 0.21
HSL 227.73º 0.78% 0.44% -
HSV(B) 227.73º 0.88% 0.79% -
XYZ 12.61 7.76 56.09 -
YUV 66.2 204.07 98.62 -
System Red Green Blue C M Y K H S L
Decimal 25 61 201 0.88 0.70 0 0.21 227.73 0.78 0.44
Hex 19 3D C9 58 46 0 15 E4 4E 2C
Octal 31 75 311 130 106 0 25 344 116 54
Binary 11001 111101 11001001 1011000 1000110 0 10101 11100100 1001110 101100

Color Harmonies of #193DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193DC9

Black with #193DC9

Text Example


Text Example

White with #193DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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