Html Css Color HEX #193FEB Persian Blue

📋 copy color: '#193FEB'

red 25 ◦ green 63 ◦ blue 235

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

Shades of Persian Blue #193FEB

Tints of Persian Blue #193FEB

RGB

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

 GREEN value IS 63 (25% from 255) = 19.5%

 BLUE value IS 235 (92.19% from 255) = 72.76%

R = 7.74%
G = 19.5%
B = 72.76%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#193FEB (or 0x193FEB) is known color: Persian Blue. HEX triplet: 19, 3F and EB. RGB value is (25,63,235). Sum of RGB (Red+Green+Blue) = 25+63+235=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 235 (92.19% from 255 or 72.76% from 323); Max value from RGB is 235 - color contains mainly: blue. Hex color #193FEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193FEB is #E6C014. Grayscale: #464646. Windows color (decimal): -15122453 or 15417113. OLE color: 15417113.

HSL color Cylindrical-coordinate representation of color #193FEB: hue angle of 229.14º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #193FEB is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 63 235 -
CMYK 0.89 0.73 0 0.08
HSL 229.14º 0.84% 0.51% -
HSV(B) 229.14º 0.89% 0.92% -
XYZ 17.17 9.76 79.58 -
YUV 71.25 220.41 95.01 -
System Red Green Blue C M Y K H S L
Decimal 25 63 235 0.89 0.73 0 0.08 229.14 0.84 0.51
Hex 19 3F EB 59 49 0 8 E5 54 33
Octal 31 77 353 131 111 0 10 345 124 63
Binary 11001 111111 11101011 1011001 1001001 0 1000 11100101 1010100 110011

Color Harmonies of #193FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193FEB

Black with #193FEB

Text Example


Text Example

White with #193FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,63,235); }

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

background-color css

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

 a { background-color: rgb(25,63,235); }

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

border-color css

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

 span { border-color: rgb(25,63,235); }

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