Html Css Color HEX #193486 Smalt

📋 copy color: '#193486'

red 25 ◦ green 52 ◦ blue 134

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

Shades of Smalt #193486

Tints of Smalt #193486

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.64%

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

R = 11.85%
G = 24.64%
B = 63.51%

CMYK

 C value IS 0.81

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#193486 (or 0x193486) is known color: Smalt. HEX triplet: 19, 34 and 86. RGB value is (25,52,134). Sum of RGB (Red+Green+Blue) = 25+52+134=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 134 (52.73% from 255 or 63.51% from 211); Max value from RGB is 134 - color contains mainly: blue. Hex color #193486 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193486 is #E6CB79. Grayscale: #343434. Windows color (decimal): -15125370 or 8795161. OLE color: 8795161.

HSL color Cylindrical-coordinate representation of color #193486: hue angle of 225.14º 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 #193486 is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 25 52 134 -
CMYK 0.81 0.61 0 0.47
HSL 225.14º 0.69% 0.31% -
HSV(B) 225.14º 0.81% 0.53% -
XYZ 5.93 4.38 23.09 -
YUV 53.28 173.55 107.83 -
System Red Green Blue C M Y K H S L
Decimal 25 52 134 0.81 0.61 0 0.47 225.14 0.69 0.31
Hex 19 34 86 51 3D 0 2F E1 45 1F
Octal 31 64 206 121 75 0 57 341 105 37
Binary 11001 110100 10000110 1010001 111101 0 101111 11100001 1000101 11111

Color Harmonies of #193486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193486

Black with #193486

Text Example


Text Example

White with #193486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193486; }

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

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

background-color css

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

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

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

border-color css

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

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

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