Html Css Color HEX #134595 Smalt

📋 copy color: '#134595'

red 19 ◦ green 69 ◦ blue 149

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

Shades of Smalt #134595

Tints of Smalt #134595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.11%

 BLUE value IS 149 (58.59% from 255) = 62.87%

R = 8.02%
G = 29.11%
B = 62.87%

CMYK

 C value IS 0.87

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#134595 (or 0x134595) is known color: Smalt. HEX triplet: 13, 45 and 95. RGB value is (19,69,149). Sum of RGB (Red+Green+Blue) = 19+69+149=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #134595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134595 is #ECBA6A. Grayscale: #3E3E3E. Windows color (decimal): -15514219 or 9782547. OLE color: 9782547.

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

Color convert

RGB 19 69 149 -
CMYK 0.87 0.54 0 0.42
HSL 216.92º 0.77% 0.33% -
HSV(B) 216.92º 0.87% 0.58% -
XYZ 7.82 6.56 29.29 -
YUV 63.17 176.44 96.5 -
System Red Green Blue C M Y K H S L
Decimal 19 69 149 0.87 0.54 0 0.42 216.92 0.77 0.33
Hex 13 45 95 57 36 0 2A D9 4D 21
Octal 23 105 225 127 66 0 52 331 115 41
Binary 10011 1000101 10010101 1010111 110110 0 101010 11011001 1001101 100001

Color Harmonies of #134595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134595

Black with #134595

Text Example


Text Example

White with #134595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134595; }

 p { color: rgb(19,69,149); }

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

background-color css

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

 a { background-color: rgb(19,69,149); }

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

border-color css

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

 span { border-color: rgb(19,69,149); }

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