Html Css Color HEX #193CDF Persian Blue

📋 copy color: '#193CDF'

red 25 ◦ green 60 ◦ blue 223

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

Shades of Persian Blue #193CDF

Tints of Persian Blue #193CDF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.48%

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

R = 8.12%
G = 19.48%
B = 72.4%

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

#193CDF (or 0x193CDF) is known color: Persian Blue. HEX triplet: 19, 3C and DF. RGB value is (25,60,223). Sum of RGB (Red+Green+Blue) = 25+60+223=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 223 (87.5% from 255 or 72.40% from 308); Max value from RGB is 223 - color contains mainly: blue. Hex color #193CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193CDF is #E6C320. Grayscale: #434343. Windows color (decimal): -15123233 or 14629913. OLE color: 14629913.

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

Color convert

RGB 25 60 223 -
CMYK 0.89 0.73 0 0.13
HSL 229.39º 0.8% 0.49% -
HSV(B) 229.39º 0.89% 0.87% -
XYZ 15.34 8.77 70.7 -
YUV 68.12 215.4 97.25 -
System Red Green Blue C M Y K H S L
Decimal 25 60 223 0.89 0.73 0 0.13 229.39 0.8 0.49
Hex 19 3C DF 59 49 0 D E5 50 31
Octal 31 74 337 131 111 0 15 345 120 61
Binary 11001 111100 11011111 1011001 1001001 0 1101 11100101 1010000 110001

Color Harmonies of #193CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193CDF

Black with #193CDF

Text Example


Text Example

White with #193CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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