Html Css Color HEX #134193 Smalt

📋 copy color: '#134193'

red 19 ◦ green 65 ◦ blue 147

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

Shades of Smalt #134193

Tints of Smalt #134193

RGB

 RED value IS 19 (7.81% from 255) = 8.23%

 GREEN value IS 65 (25.78% from 255) = 28.14%

 BLUE value IS 147 (57.81% from 255) = 63.64%

R = 8.23%
G = 28.14%
B = 63.64%

CMYK

 C value IS 0.87

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#134193 (or 0x134193) is known color: Smalt. HEX triplet: 13, 41 and 93. RGB value is (19,65,147). Sum of RGB (Red+Green+Blue) = 19+65+147=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 147 (57.81% from 255 or 63.64% from 231); Max value from RGB is 147 - color contains mainly: blue. Hex color #134193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134193 is #ECBE6C. Grayscale: #3C3C3C. Windows color (decimal): -15515245 or 9650451. OLE color: 9650451.

HSL color Cylindrical-coordinate representation of color #134193: hue angle of 218.44º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #134193 is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 65 147 -
CMYK 0.87 0.56 0 0.42
HSL 218.44º 0.77% 0.33% -
HSV(B) 218.44º 0.87% 0.58% -
XYZ 7.43 6.03 28.38 -
YUV 60.59 176.76 98.33 -
System Red Green Blue C M Y K H S L
Decimal 19 65 147 0.87 0.56 0 0.42 218.44 0.77 0.33
Hex 13 41 93 57 38 0 2A DA 4D 21
Octal 23 101 223 127 70 0 52 332 115 41
Binary 10011 1000001 10010011 1010111 111000 0 101010 11011010 1001101 100001

Color Harmonies of #134193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134193

Black with #134193

Text Example


Text Example

White with #134193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134193; }

 p { color: rgb(19,65,147); }

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

background-color css

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

 a { background-color: rgb(19,65,147); }

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

border-color css

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

 span { border-color: rgb(19,65,147); }

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