Html Css Color HEX #193EB8 Persian Blue

📋 copy color: '#193EB8'

red 25 ◦ green 62 ◦ blue 184

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

Shades of Persian Blue #193EB8

Tints of Persian Blue #193EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 67.9%

R = 9.23%
G = 22.88%
B = 67.9%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#193EB8 (or 0x193EB8) is known color: Persian Blue. HEX triplet: 19, 3E and B8. RGB value is (25,62,184). Sum of RGB (Red+Green+Blue) = 25+62+184=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 184 (72.27% from 255 or 67.90% from 271); Max value from RGB is 184 - color contains mainly: blue. Hex color #193EB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193EB8 is #E6C147. Grayscale: #404040. Windows color (decimal): -15122760 or 12074521. OLE color: 12074521.

HSL color Cylindrical-coordinate representation of color #193EB8: hue angle of 226.04º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #193EB8 is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 25 62 184 -
CMYK 0.86 0.66 0 0.28
HSL 226.04º 0.76% 0.41% -
HSV(B) 226.04º 0.86% 0.72% -
XYZ 10.78 7.11 46.15 -
YUV 64.85 195.24 99.58 -
System Red Green Blue C M Y K H S L
Decimal 25 62 184 0.86 0.66 0 0.28 226.04 0.76 0.41
Hex 19 3E B8 56 42 0 1C E2 4C 29
Octal 31 76 270 126 102 0 34 342 114 51
Binary 11001 111110 10111000 1010110 1000010 0 11100 11100010 1001100 101001

Color Harmonies of #193EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193EB8

Black with #193EB8

Text Example


Text Example

White with #193EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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