Html Css Color HEX #134194 Smalt

📋 copy color: '#134194'

red 19 ◦ green 65 ◦ blue 148

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

Shades of Smalt #134194

Tints of Smalt #134194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 63.79%

R = 8.19%
G = 28.02%
B = 63.79%

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

#134194 (or 0x134194) is known color: Smalt. HEX triplet: 13, 41 and 94. RGB value is (19,65,148). Sum of RGB (Red+Green+Blue) = 19+65+148=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 148 (58.20% from 255 or 63.79% from 232); Max value from RGB is 148 - color contains mainly: blue. Hex color #134194 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134194 is #ECBE6B. Grayscale: #3C3C3C. Windows color (decimal): -15515244 or 9715987. OLE color: 9715987.

HSL color Cylindrical-coordinate representation of color #134194: hue angle of 218.6º 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 #134194 is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 65 148 -
CMYK 0.87 0.56 0 0.42
HSL 218.6º 0.77% 0.33% -
HSV(B) 218.6º 0.87% 0.58% -
XYZ 7.5 6.06 28.79 -
YUV 60.71 177.26 98.25 -
System Red Green Blue C M Y K H S L
Decimal 19 65 148 0.87 0.56 0 0.42 218.6 0.77 0.33
Hex 13 41 94 57 38 0 2A DB 4D 21
Octal 23 101 224 127 70 0 52 333 115 41
Binary 10011 1000001 10010100 1010111 111000 0 101010 11011011 1001101 100001

Color Harmonies of #134194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134194

Black with #134194

Text Example


Text Example

White with #134194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134194; }

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

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

background-color css

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

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

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

border-color css

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

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

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