Html Css Color HEX #134292 Smalt

📋 copy color: '#134292'

red 19 ◦ green 66 ◦ blue 146

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

Shades of Smalt #134292

Tints of Smalt #134292

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.57%

 BLUE value IS 146 (57.42% from 255) = 63.2%

R = 8.23%
G = 28.57%
B = 63.2%

CMYK

 C value IS 0.87

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#134292 (or 0x134292) is known color: Smalt. HEX triplet: 13, 42 and 92. RGB value is (19,66,146). Sum of RGB (Red+Green+Blue) = 19+66+146=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #134292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134292 is #ECBD6D. Grayscale: #3C3C3C. Windows color (decimal): -15514990 or 9585171. OLE color: 9585171.

HSL color Cylindrical-coordinate representation of color #134292: hue angle of 217.8º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #134292 is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 66 146 -
CMYK 0.87 0.55 0 0.43
HSL 217.8º 0.77% 0.32% -
HSV(B) 217.8º 0.87% 0.57% -
XYZ 7.41 6.11 27.98 -
YUV 61.07 175.93 98 -
System Red Green Blue C M Y K H S L
Decimal 19 66 146 0.87 0.55 0 0.43 217.8 0.77 0.32
Hex 13 42 92 57 37 0 2B DA 4D 20
Octal 23 102 222 127 67 0 53 332 115 40
Binary 10011 1000010 10010010 1010111 110111 0 101011 11011010 1001101 100000

Color Harmonies of #134292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134292

Black with #134292

Text Example


Text Example

White with #134292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134292; }

 p { color: rgb(19,66,146); }

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

background-color css

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

 a { background-color: rgb(19,66,146); }

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

border-color css

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

 span { border-color: rgb(19,66,146); }

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