Html Css Color HEX #193ECF Persian Blue

📋 copy color: '#193ECF'

red 25 ◦ green 62 ◦ blue 207

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

Shades of Persian Blue #193ECF

Tints of Persian Blue #193ECF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.09%

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

R = 8.5%
G = 21.09%
B = 70.41%

CMYK

 C value IS 0.88

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#193ECF (or 0x193ECF) is known color: Persian Blue. HEX triplet: 19, 3E and CF. RGB value is (25,62,207). Sum of RGB (Red+Green+Blue) = 25+62+207=294 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.50% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 207 (81.25% from 255 or 70.41% from 294); Max value from RGB is 207 - color contains mainly: blue. Hex color #193ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193ECF is #E6C130. Grayscale: #424242. Windows color (decimal): -15122737 or 13581849. OLE color: 13581849.

HSL color Cylindrical-coordinate representation of color #193ECF: hue angle of 227.8º 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 #193ECF is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 25 62 207 -
CMYK 0.88 0.70 0 0.19
HSL 227.8º 0.78% 0.45% -
HSV(B) 227.8º 0.88% 0.81% -
XYZ 13.39 8.16 59.9 -
YUV 67.47 206.74 97.71 -
System Red Green Blue C M Y K H S L
Decimal 25 62 207 0.88 0.70 0 0.19 227.8 0.78 0.45
Hex 19 3E CF 58 46 0 13 E4 4E 2D
Octal 31 76 317 130 106 0 23 344 116 55
Binary 11001 111110 11001111 1011000 1000110 0 10011 11100100 1001110 101101

Color Harmonies of #193ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193ECF

Black with #193ECF

Text Example


Text Example

White with #193ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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