#134246

Color #134246 Tiber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tiber #134246

Tints of Tiber #134246

Color information

#134246 (or 0x134246) is unknown color: approx Tiber. HEX triplet: 13, 42 and 46. RGB value is (19,66,70). Sum of RGB (Red+Green+Blue) = 19+66+70=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 70 (27.73% from 255 or 45.16% from 155); Max value from RGB is 70 - color contains mainly: blue. Hex color #134246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134246 is #ECBDB9. Grayscale: #343434. Windows color (decimal): -15515066 or 4604435. OLE color: 4604435.

HSL color Cylindrical-coordinate representation of color #134246: hue angle of 184.71º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134246 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB196670-
CMYK0.730.0600.73
HSL184.71º57.3%17.45%-
HSV(B)184.71º72.86%27.45%-
XYZ3.324.486.48-
YUV52.4137.93104.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.26%
GREEN value IS 66 (26.17% from 255) = 42.58%
BLUE value IS 70 (27.73% from 255) = 45.16%
R=12.26%
G=42.58%
B=45.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1966700.730.0600.73184.7157.317.45
Hex134246496049b93911
Octal23102106111601112717121
Binary10011100001010001101001001110010010011011100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134246; }

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

 H1.HeaderClassName
 {
   color: #134246;
 }
 .AnyTagClassName
 {
   color: #134246;
 }
</style>
background-color css

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

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

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

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

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

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