Html Css Color HEX #193686 Smalt

📋 copy color: '#193686'

red 25 ◦ green 54 ◦ blue 134

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

Shades of Smalt #193686

Tints of Smalt #193686

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.35%

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

R = 11.74%
G = 25.35%
B = 62.91%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#193686 (or 0x193686) is known color: Smalt. HEX triplet: 19, 36 and 86. RGB value is (25,54,134). Sum of RGB (Red+Green+Blue) = 25+54+134=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 134 (52.73% from 255 or 62.91% from 213); Max value from RGB is 134 - color contains mainly: blue. Hex color #193686 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193686 is #E6C979. Grayscale: #363636. Windows color (decimal): -15124858 or 8795673. OLE color: 8795673.

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

Color convert

RGB 25 54 134 -
CMYK 0.81 0.60 0 0.47
HSL 224.04º 0.69% 0.31% -
HSV(B) 224.04º 0.81% 0.53% -
XYZ 6.02 4.57 23.12 -
YUV 54.45 172.89 107 -
System Red Green Blue C M Y K H S L
Decimal 25 54 134 0.81 0.60 0 0.47 224.04 0.69 0.31
Hex 19 36 86 51 3C 0 2F E0 45 1F
Octal 31 66 206 121 74 0 57 340 105 37
Binary 11001 110110 10000110 1010001 111100 0 101111 11100000 1000101 11111

Color Harmonies of #193686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193686

Black with #193686

Text Example


Text Example

White with #193686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193686; }

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

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

background-color css

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

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

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

border-color css

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

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

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