Html Css Color HEX #193586 Smalt

📋 copy color: '#193586'

red 25 ◦ green 53 ◦ blue 134

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

Shades of Smalt #193586

Tints of Smalt #193586

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25%

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

R = 11.79%
G = 25%
B = 63.21%

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

#193586 (or 0x193586) is known color: Smalt. HEX triplet: 19, 35 and 86. RGB value is (25,53,134). Sum of RGB (Red+Green+Blue) = 25+53+134=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 134 (52.73% from 255 or 63.21% from 212); Max value from RGB is 134 - color contains mainly: blue. Hex color #193586 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193586 is #E6CA79. Grayscale: #353535. Windows color (decimal): -15125114 or 8795417. OLE color: 8795417.

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

Color convert

RGB 25 53 134 -
CMYK 0.81 0.60 0 0.47
HSL 224.59º 0.69% 0.31% -
HSV(B) 224.59º 0.81% 0.53% -
XYZ 5.98 4.47 23.1 -
YUV 53.86 173.22 107.41 -
System Red Green Blue C M Y K H S L
Decimal 25 53 134 0.81 0.60 0 0.47 224.59 0.69 0.31
Hex 19 35 86 51 3C 0 2F E1 45 1F
Octal 31 65 206 121 74 0 57 341 105 37
Binary 11001 110101 10000110 1010001 111100 0 101111 11100001 1000101 11111

Color Harmonies of #193586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193586

Black with #193586

Text Example


Text Example

White with #193586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193586; }

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

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

background-color css

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

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

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

border-color css

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

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

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