Html Css Color HEX #193DEC Persian Blue

📋 copy color: '#193DEC'

red 25 ◦ green 61 ◦ blue 236

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

Shades of Persian Blue #193DEC

Tints of Persian Blue #193DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 73.29%

R = 7.76%
G = 18.94%
B = 73.29%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#193DEC (or 0x193DEC) is known color: Persian Blue. HEX triplet: 19, 3D and EC. RGB value is (25,61,236). Sum of RGB (Red+Green+Blue) = 25+61+236=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 236 (92.58% from 255 or 73.29% from 322); Max value from RGB is 236 - color contains mainly: blue. Hex color #193DEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193DEC is #E6C213. Grayscale: #454545. Windows color (decimal): -15122964 or 15482137. OLE color: 15482137.

HSL color Cylindrical-coordinate representation of color #193DEC: hue angle of 229.76º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #193DEC is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 61 236 -
CMYK 0.89 0.74 0 0.07
HSL 229.76º 0.85% 0.51% -
HSV(B) 229.76º 0.89% 0.93% -
XYZ 17.21 9.6 80.3 -
YUV 70.19 221.57 95.77 -
System Red Green Blue C M Y K H S L
Decimal 25 61 236 0.89 0.74 0 0.07 229.76 0.85 0.51
Hex 19 3D EC 59 4A 0 7 E6 55 33
Octal 31 75 354 131 112 0 7 346 125 63
Binary 11001 111101 11101100 1011001 1001010 0 111 11100110 1010101 110011

Color Harmonies of #193DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193DEC

Black with #193DEC

Text Example


Text Example

White with #193DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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