Html Css Color HEX #193186 Smalt

📋 copy color: '#193186'

red 25 ◦ green 49 ◦ blue 134

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

Shades of Smalt #193186

Tints of Smalt #193186

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.56%

 BLUE value IS 134 (52.73% from 255) = 64.42%

R = 12.02%
G = 23.56%
B = 64.42%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#193186 (or 0x193186) is known color: Smalt. HEX triplet: 19, 31 and 86. RGB value is (25,49,134). Sum of RGB (Red+Green+Blue) = 25+49+134=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 134 (52.73% from 255 or 64.42% from 208); Max value from RGB is 134 - color contains mainly: blue. Hex color #193186 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193186 is #E6CE79. Grayscale: #333333. Windows color (decimal): -15126138 or 8794393. OLE color: 8794393.

HSL color Cylindrical-coordinate representation of color #193186: hue angle of 226.79º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #193186 is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 25 49 134 -
CMYK 0.81 0.63 0 0.47
HSL 226.79º 0.69% 0.31% -
HSV(B) 226.79º 0.81% 0.53% -
XYZ 5.8 4.12 23.04 -
YUV 51.51 174.55 109.09 -
System Red Green Blue C M Y K H S L
Decimal 25 49 134 0.81 0.63 0 0.47 226.79 0.69 0.31
Hex 19 31 86 51 3F 0 2F E3 45 1F
Octal 31 61 206 121 77 0 57 343 105 37
Binary 11001 110001 10000110 1010001 111111 0 101111 11100011 1000101 11111

Color Harmonies of #193186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193186

Black with #193186

Text Example


Text Example

White with #193186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193186; }

 p { color: rgb(25,49,134); }

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

background-color css

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

 a { background-color: rgb(25,49,134); }

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

border-color css

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

 span { border-color: rgb(25,49,134); }

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