Html Css Color HEX #134092 Smalt

📋 copy color: '#134092'

red 19 ◦ green 64 ◦ blue 146

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

Shades of Smalt #134092

Tints of Smalt #134092

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.95%

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

R = 8.3%
G = 27.95%
B = 63.76%

CMYK

 C value IS 0.87

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#134092 (or 0x134092) is known color: Smalt. HEX triplet: 13, 40 and 92. RGB value is (19,64,146). Sum of RGB (Red+Green+Blue) = 19+64+146=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 146 (57.42% from 255 or 63.76% from 229); Max value from RGB is 146 - color contains mainly: blue. Hex color #134092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134092 is #ECBF6D. Grayscale: #3B3B3B. Windows color (decimal): -15515502 or 9584659. OLE color: 9584659.

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

Color convert

RGB 19 64 146 -
CMYK 0.87 0.56 0 0.43
HSL 218.74º 0.77% 0.32% -
HSV(B) 218.74º 0.87% 0.57% -
XYZ 7.29 5.88 27.94 -
YUV 59.89 176.59 98.83 -
System Red Green Blue C M Y K H S L
Decimal 19 64 146 0.87 0.56 0 0.43 218.74 0.77 0.32
Hex 13 40 92 57 38 0 2B DB 4D 20
Octal 23 100 222 127 70 0 53 333 115 40
Binary 10011 1000000 10010010 1010111 111000 0 101011 11011011 1001101 100000

Color Harmonies of #134092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134092

Black with #134092

Text Example


Text Example

White with #134092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134092; }

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

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

background-color css

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

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

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

border-color css

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

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

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